Skip to content

Commit c84ddb1

Browse files
committed
chore: add ESLint TypeScript plugins to workspace root
Add @typescript-eslint/eslint-plugin and @typescript-eslint/parser to resolve ESLint plugin resolution issues.
1 parent 48656a5 commit c84ddb1

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
"@types/leaflet": "^1.9.21",
2121
"@types/react": "^18.3.26",
2222
"@types/react-dom": "^18.3.7",
23+
"@typescript-eslint/eslint-plugin": "^8.46.2",
24+
"@typescript-eslint/parser": "^8.46.2",
2325
"eslint-plugin-local-rules": "^3.0.2",
2426
"prettier": "^3.3.0",
2527
"react": "^18.3.1",

pnpm-lock.yaml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)