Enable linting for all packages (#861)

<!-- Thank you for submitting a pull request! Make sure to follow the
instructions to write release notes for your PR — it should only take a
minute or two:
https://github.com/actualbudget/docs#writing-good-release-notes -->
This commit is contained in:
Jed Fox
2023-04-06 15:49:43 -04:00
committed by GitHub
parent 4d0e9cadd3
commit 5d559afe30
49 changed files with 327 additions and 410 deletions

View File

@@ -25,6 +25,7 @@
"start:browser": "npm-run-all --parallel 'start:browser-*'",
"start:browser-backend": "yarn workspace loot-core watch:browser",
"start:browser-frontend": "yarn workspace @actual-app/web start:browser",
"build:browser": "./bin/package-browser",
"test": "yarn workspaces foreach --parallel --verbose run test",
"test:debug": "yarn workspaces foreach --verbose run test",
"e2e": "yarn workspaces foreach --parallel --verbose run e2e",
@@ -36,7 +37,7 @@
},
"devDependencies": {
"cross-env": "^5.1.5",
"eslint": "8.35.0",
"eslint": "^8.37.0",
"eslint-config-react-app": "7.0.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-rulesdir": "^0.2.2",