Update matrix-org-eslint-plugin and tighten max warning limit

Whilst it is down, make the most of it!
This commit is contained in:
Michael Telatynski
2021-07-23 16:12:07 +01:00
parent c7dea97893
commit 2be7b56a2b
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
"asar-webapp": "asar p webapp webapp.asar",
"start": "yarn run build:ts && yarn run build:res && electron .",
"lint": "yarn lint:types && yarn lint:js",
"lint:js": "eslint src/ scripts/ hak/",
"lint:js": "eslint --max-warnings 0 src scripts hak",
"lint:js-fix": "eslint --fix src scripts hak",
"lint:types": "tsc --noEmit",
"build:native": "yarn run hak",