Skip to content

Commit

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

* Rename rule
  • Loading branch information
lachlancollins authored Aug 30, 2024
1 parent 90ede1e commit 278e6d6
Show file tree
Hide file tree
Showing 3 changed files with 200 additions and 218 deletions.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ export default [
{
name: 'tanstack/temp',
rules: {
'@typescript-eslint/ban-types': 'off',
'@typescript-eslint/naming-convention': 'off',
'@typescript-eslint/no-unnecessary-condition': 'off',
'@typescript-eslint/no-unsafe-function-type': 'off',
'no-self-assign': 'off',
},
},
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
]
},
"devDependencies": {
"@tanstack/config": "^0.11.2",
"@tanstack/config": "^0.13.0",
"@testing-library/jest-dom": "^6.5.0",
"@types/node": "^18.19.3",
"eslint": "^8.57.0",
"eslint": "^9.9.1",
"jsdom": "^25.0.0",
"knip": "^5.27.4",
"nx": "^19.6.2",
Expand Down
Loading

0 comments on commit 278e6d6

Please sign in to comment.