Skip to content

Commit

Permalink
chore(deps): use ESLint v9 (#929)
Browse files Browse the repository at this point in the history
* chore(deps): use ESLint v9

* Remove old versions

* Fix rule name change
  • Loading branch information
lachlancollins authored Aug 30, 2024
1 parent 40e8f77 commit df3359a
Show file tree
Hide file tree
Showing 4 changed files with 363 additions and 521 deletions.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ export default [
name: 'tanstack/temp',
rules: {
'@typescript-eslint/array-type': 'off',
'@typescript-eslint/ban-types': 'off',
'@typescript-eslint/method-signature-style': 'off',
'@typescript-eslint/naming-convention': 'off',
'@typescript-eslint/no-unnecessary-type-assertion': 'off',
'@typescript-eslint/no-unsafe-function-type': 'off',
'@typescript-eslint/require-await': 'off',
'no-async-promise-executor': 'off',
'no-empty': 'off',
Expand Down
5 changes: 0 additions & 5 deletions examples/react/ui-libraries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,8 @@
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react-swc": "^3.7.0",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.11",
"typescript": "5.4.2",
"vite": "^5.4.2"
},
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
]
},
"devDependencies": {
"@eslint-react/eslint-plugin": "^1.12.1",
"@eslint-react/eslint-plugin": "^1.12.3",
"@solidjs/testing-library": "^0.8.9",
"@tanstack/config": "^0.12.0",
"@tanstack/config": "^0.13.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
Expand All @@ -49,8 +49,8 @@
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitest/coverage-istanbul": "^2.0.5",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint": "^9.9.1",
"eslint-plugin-react-hooks": "^5.1.0-rc-a19a8ab4-20240829",
"jsdom": "^25.0.0",
"knip": "^5.27.4",
"nx": "^19.6.2",
Expand Down
Loading

0 comments on commit df3359a

Please sign in to comment.