Update matrix-org-eslint-plugin and tighten max warning limit
Whilst it is down, make the most of it!
This commit is contained in:
parent
5ec0ca9175
commit
481f67514b
2 changed files with 5 additions and 5 deletions
|
@ -48,7 +48,7 @@
|
|||
"start:res": "yarn build:jitsi && node scripts/copy-res.js -w",
|
||||
"start:js": "webpack-dev-server --host=0.0.0.0 --output-filename=bundles/_dev_/[name].js --output-chunk-filename=bundles/_dev_/[name].js -w --progress --mode development --disable-host-check",
|
||||
"lint": "yarn lint:types && yarn lint:js && yarn lint:style",
|
||||
"lint:js": "eslint src",
|
||||
"lint:js": "eslint --max-warnings 0 src",
|
||||
"lint:js-fix": "eslint --fix src",
|
||||
"lint:types": "tsc --noEmit --jsx react",
|
||||
"lint:style": "stylelint 'res/css/**/*.scss'",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue