Lint tweaks (#1223)

This commit is contained in:
Shazib Hussain
2023-06-30 15:20:18 +01:00
committed by GitHub
parent 9e03a5f7bd
commit 7165a2159d
6 changed files with 14 additions and 12 deletions

View File

@@ -34,6 +34,7 @@
"rebuild-electron": "./node_modules/.bin/electron-rebuild -f -m ./packages/loot-core",
"rebuild-node": "yarn workspace loot-core rebuild",
"lint": "eslint . --max-warnings 0",
"lint:verbose": "DEBUG=eslint:cli-engine eslint . --max-warnings 0",
"typecheck": "yarn tsc",
"postinstall": "patch-package"
},
@@ -42,6 +43,7 @@
"eslint": "^8.37.0",
"eslint-config-react-app": "7.0.1",
"eslint-import-resolver-typescript": "3.5.5",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-rulesdir": "^0.2.2",