Skip to content

Commit 4c27e20

Browse files
committed
chore: update ESLint related packages for better type compatibility
Two ESLint related packages have been added: '@types/eslint' and '@types/eslint-config-prettier', and their corresponding specifications in pnpm-lock.yaml have been updated. "@types/eslint" is changed from version 8.40.2 to 8.44.1 to keep compatibility with other dependencies; "@types/eslint-config-prettier" has also been implemented to standardize linting configurations in conjunction with Prettier, providing a smoother coding style enforcement experience.
1 parent 0cc9844 commit 4c27e20

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
"@testing-library/jest-dom": "5.17.0",
3737
"@testing-library/react": "14.0.0",
3838
"@testing-library/user-event": "14.4.3",
39+
"@types/eslint": "8.44.1",
40+
"@types/eslint-config-prettier": "6.11.0",
3941
"@types/jest": "29.5.3",
4042
"@types/langs": "2.0.1",
4143
"@types/node": "20.4.5",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)