Skip to content

Commit

Permalink
fix(build) linter/licensecheck/jsdoc works again
Browse files Browse the repository at this point in the history
Signed-off-by: Jerome Simeon <[email protected]>
  • Loading branch information
jeromesimeon committed Oct 3, 2019
1 parent 9e450ee commit 8c9f70a
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 213 deletions.
7 changes: 3 additions & 4 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@ env:
extends: 'eslint:recommended'
parserOptions:
ecmaVersion: 8
sourceType:
- script
sourceType: 'script'
rules:
indent:
- error
- 4
linebreak-style:
- error
- warn
- unix
quotes:
- error
Expand All @@ -32,7 +31,7 @@ rules:
dot-notation: error
no-tabs: error
no-trailing-spaces: error
no-use-before-define: error
# no-use-before-define: error
no-useless-call: error
no-with: error
operator-linebreak: error
Expand Down
11 changes: 11 additions & 0 deletions HEADER
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
2 changes: 2 additions & 0 deletions HEADER.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## License <a name="license"></a>
Accord Project source code files are made available under the Apache License, Version 2.0 (Apache-2.0), located in the LICENSE file. Accord Project documentation files are made available under the Creative Commons Attribution 4.0 International License (CC-BY-4.0), available at http://creativecommons.org/licenses/by/4.0/.
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,7 @@
"test": "nyc mocha --recursive -t 10000",
"test:watch": "nyc mocha --watch --recursive -t 10000",
"mocha": "mocha --recursive -t 10000",
"nyc": "nyc mocha --recursive -t 10000",
"pkgcheck": "node ./scripts/pkgcheck.js",
"pkgstamp": "node ./scripts/pkgstamp.js",
"pkgbump": "node ./scripts/pkgbump.js && node ./scripts/pkgcheck.js --fix",
"pkgset": "node ./scripts/pkgset.js",
"depcheck": "node ./scripts/depcheck.js"
"nyc": "nyc mocha --recursive -t 10000"
},
"repository": {
"type": "git",
Expand Down
29 changes: 0 additions & 29 deletions scripts/depcheck.js

This file was deleted.

44 changes: 0 additions & 44 deletions scripts/manualrelease.sh

This file was deleted.

27 changes: 0 additions & 27 deletions scripts/pkgbump.js

This file was deleted.

42 changes: 0 additions & 42 deletions scripts/pkgcheck.js

This file was deleted.

29 changes: 0 additions & 29 deletions scripts/pkgset.js

This file was deleted.

32 changes: 0 additions & 32 deletions scripts/pkgstamp.js

This file was deleted.

0 comments on commit 8c9f70a

Please sign in to comment.