summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-11-12 10:35:41 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-11-12 10:35:41 +0900
commit84df0714d8d86c2a257a4e191ceb8b0818c8de6a (patch)
treef03bff8205a501256fbdf73ed013f2a26e7cd76a /package.json
parentadd install/build scripts (diff)
downloadsharkey-84df0714d8d86c2a257a4e191ceb8b0818c8de6a.tar.gz
sharkey-84df0714d8d86c2a257a4e191ceb8b0818c8de6a.tar.bz2
sharkey-84df0714d8d86c2a257a4e191ceb8b0818c8de6a.zip
use eslint
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 129e0f111b..64f5edcc90 100644
--- a/package.json
+++ b/package.json
@@ -21,7 +21,7 @@
"watch-webpack": "webpack --watch",
"watch-ts": "tsc -w -p packages/tsconfig.json && tsc-alias -w -p packages/tsconfig.json",
"watch-gulp": "gulp watch",
- "lint": "tslint 'packages/**/*.ts'",
+ "lint": "node ./scripts/lint.js",
"cy:open": "cypress open",
"cy:run": "cypress run",
"e2e": "start-server-and-test start:test http://localhost:61812 cy:run",