mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-12-25 07:21:36 +00:00
Lint .ts files too
Signed-off-by: David Mehren <dmehren1@gmail.com>
This commit is contained in:
parent
c164746cae
commit
acdd627027
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
"license": "AGPL-3.0",
|
||||
"scripts": {
|
||||
"test": "npm run-script eslint && npm run-script jsonlint && npm run-script mocha-suite",
|
||||
"eslint": "node_modules/.bin/eslint --max-warnings 0 src",
|
||||
"eslint": "node_modules/.bin/eslint --ext .ts,.js --max-warnings 0 src",
|
||||
"jsonlint": "find . -not -path './node_modules/*' -type f -name '*.json' -o -type f -name '*.json.example' | while read json; do echo $json ; jq . $json; done",
|
||||
"mocha-suite": "NODE_ENV=test CMD_DB_URL=\"sqlite::memory:\" mocha --exit",
|
||||
"standard": "echo 'standard is no longer being used, use `npm run eslint` instead!' && exit 1",
|
||||
|
|
Loading…
Reference in a new issue