Some further ESLint cleanup, remove some unnecessary scripts and lines (#2984)

This commit is contained in:
Devin Binnie
2024-03-18 14:46:12 -04:00
committed by GitHub
parent f762718330
commit 6d02c5a528
21 changed files with 60 additions and 166 deletions

View File

@@ -33,7 +33,7 @@
"check-types": "tsc",
"prune": "ts-prune",
"i18n-extract": "mmjstool -- i18n extract-desktop",
"lint:js": "eslint --ignore-path .gitignore --ignore-pattern node_modules --ext .js --ext .jsx --ext .ts --ext .tsx .",
"lint:js": "eslint --ext .js,.jsx,.tsx,.ts --cache .",
"lint:js-quiet": "npm run lint:js -- --quiet",
"fix:js": "npm run lint:js-quiet -- --fix",
"test": "run-s lint:js test:unit test:e2e",