diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-11-12 10:35:41 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-11-12 10:35:41 +0900 |
| commit | 84df0714d8d86c2a257a4e191ceb8b0818c8de6a (patch) | |
| tree | f03bff8205a501256fbdf73ed013f2a26e7cd76a /package.json | |
| parent | add install/build scripts (diff) | |
| download | sharkey-84df0714d8d86c2a257a4e191ceb8b0818c8de6a.tar.gz sharkey-84df0714d8d86c2a257a4e191ceb8b0818c8de6a.tar.bz2 sharkey-84df0714d8d86c2a257a4e191ceb8b0818c8de6a.zip | |
use eslint
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
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", |