* #708 apply strictier linting rules and fix simple eslint bugs * #708 fix eslint errors relate to promise * #708 fix eslint import/no-extraneous-dependencies * #708 fix eslint errors of react-hook * #708 enable eslint check for typescript --------- Co-authored-by: lethemanh <lethemanh@lethemanhs-MacBook-Pro.local>
This commit is contained in:
+8
-6
@@ -19,6 +19,7 @@
|
||||
"@mui/x-date-pickers": "^8.14.0",
|
||||
"@reduxjs/toolkit": "^2.8.2",
|
||||
"cozy-external-bridge": "^1.2.1",
|
||||
"date-fns": "^4.1.0",
|
||||
"dayjs": "^1.11.19",
|
||||
"i18next": "^23.7.9",
|
||||
"ical.js": "^2.2.0",
|
||||
@@ -69,6 +70,7 @@
|
||||
"@rsbuild/plugin-react": "^1.4.2",
|
||||
"@rsbuild/plugin-stylus": "^1.2.0",
|
||||
"@rsbuild/plugin-svgr": "^1.2.3",
|
||||
"@tanstack/eslint-plugin-query": "^5.95.2",
|
||||
"@testing-library/dom": "^10.4.0",
|
||||
"@testing-library/jest-dom": "^6.6.3",
|
||||
"@testing-library/react": "^16.3.0",
|
||||
@@ -82,13 +84,9 @@
|
||||
"@typescript-eslint/parser": "^8.48.1",
|
||||
"babel-jest": "^30.2.0",
|
||||
"babel-plugin-istanbul": "^7.0.1",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint-config-prettier": "^10.1.8",
|
||||
"eslint-plugin-import": "^2.32.0",
|
||||
"eslint-plugin-jest": "^29.13.0",
|
||||
"eslint": "10.0.2",
|
||||
"eslint-config-cozy-app": "7.0.0",
|
||||
"eslint-plugin-promise": "^7.2.1",
|
||||
"eslint-plugin-react": "^7.37.5",
|
||||
"eslint-plugin-react-hooks": "^7.0.1",
|
||||
"history": "^5.3.0",
|
||||
"i18next-resources-for-ts": "1.4.0",
|
||||
"jest": "^30.2.0",
|
||||
@@ -99,5 +97,9 @@
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^4.9.5",
|
||||
"typescript-eslint": "^8.54.0"
|
||||
},
|
||||
"overrides": {
|
||||
"eslint": "$eslint",
|
||||
"typescript": "$typescript"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user