You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-25 05:23:13 +03:00
Lower max-warnings to 81
We apparently fixed 11 warnings at some point. Let's keep it that way.
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
"build:minify-browser": "terser dist/browser-matrix.js --compress --mangle --source-map --output dist/browser-matrix.min.js",
|
"build:minify-browser": "terser dist/browser-matrix.js --compress --mangle --source-map --output dist/browser-matrix.min.js",
|
||||||
"gendoc": "jsdoc -c jsdoc.json -P package.json",
|
"gendoc": "jsdoc -c jsdoc.json -P package.json",
|
||||||
"lint": "yarn lint:types && yarn lint:ts && yarn lint:js",
|
"lint": "yarn lint:types && yarn lint:ts && yarn lint:js",
|
||||||
"lint:js": "eslint --max-warnings 93 src spec",
|
"lint:js": "eslint --max-warnings 81 src spec",
|
||||||
"lint:types": "tsc --noEmit",
|
"lint:types": "tsc --noEmit",
|
||||||
"lint:ts": "tslint --project ./tsconfig.json -t stylish",
|
"lint:ts": "tslint --project ./tsconfig.json -t stylish",
|
||||||
"test": "jest spec/ --coverage --testEnvironment node",
|
"test": "jest spec/ --coverage --testEnvironment node",
|
||||||
|
|||||||
Reference in New Issue
Block a user