mirror of
https://github.com/wassname/talk.git
synced 2026-09-12 13:01:11 +08:00
Lint remaining js files (#1714)
* Lint remaining js files * Fix tsconfig
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@
|
||||
"lint": "npm-run-all --parallel lint:*",
|
||||
"lint:server": "tslint --project ./tsconfig.json",
|
||||
"lint:client": "tslint --project ./src/core/client/tsconfig.json",
|
||||
"lint:scripts": "tslint config/**/*.js scripts/**/*.js",
|
||||
"lint:scripts": "tslint ./config/**/*.js ./scripts/**/*.js ./doczrc.js ./src/**/.*.js",
|
||||
"docz:watch": "docz dev"
|
||||
},
|
||||
"author": "",
|
||||
|
||||
Reference in New Issue
Block a user