Exclude .js files from eslint targets
This commit is contained in:
parent
776977e0dc
commit
00ccdc5ad7
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
"start": "webpack --mode development -w --debug --devtool inline-source-map",
|
||||
"build": "NODE_ENV=production webpack --mode production --progress --display-error-details --devtool inline-source-map",
|
||||
"package": "npm run build && script/package",
|
||||
"lint": "eslint --ext .js,.jsx,.ts,.tsx src",
|
||||
"lint": "eslint --ext .ts,.tsx src",
|
||||
"type-checks": "tsc --noEmit",
|
||||
"test": "karma start",
|
||||
"test:e2e": "mocha --timeout 10000 --retries 10 --require ts-node/register --extension ts e2e"
|
||||
|
|
Reference in a new issue