Skip to content

Commit 8513760

Browse files
committed
chore: add @types/eslint to dependencies and update tsconfig types
1 parent ce8685d commit 8513760

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

frontend/package-lock.json

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

frontend/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
"@testing-library/jest-dom": "^6.6.3",
8888
"@testing-library/react": "^16.3.0",
8989
"@testing-library/user-event": "^14.6.1",
90+
"@types/eslint": "^9.6.1",
9091
"@types/eslint__js": "9.14.0",
9192
"@types/lodash": "4.17.16",
9293
"@types/react": "18.2.52",

frontend/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"isolatedModules": true,
1616
"noEmit": true,
1717
"jsx": "react-jsx",
18+
"types": ["eslint"],
1819

1920
/* Absolute imports */
2021
"paths": {

0 commit comments

Comments
 (0)