|
@@ -192,7 +192,7 @@
|
192
|
192
|
"tsc:web": "tsc --noEmit --project tsconfig.web.json",
|
193
|
193
|
"tsc:native": "tsc --noEmit --project tsconfig.native.json",
|
194
|
194
|
"tsc:ci": "npm run tsc:web && npm run tsc:native",
|
195
|
|
- "lint:ci": "eslint --ext .js,.ts,.tsx --max-warnings 0 ",
|
|
195
|
+ "lint:ci": "eslint --ext .js,.ts,.tsx --max-warnings 0 .",
|
196
|
196
|
"lint:lang": "for file in lang/*.json; do npx --yes jsonlint -q $file || exit 1; done",
|
197
|
197
|
"lang-sort": "./resources/lang-sort.sh",
|
198
|
198
|
"lint-fix": "eslint --ext .js,.ts,.tsx --max-warnings 0 --fix .",
|