Skip to content

Commit 6159319

Browse files
Copilotabraham
andauthored
chore: update eslint to v10-compatible config
Agent-Logs-Url: https://github.com/abraham/remotedata/sessions/d2acf8e9-00dd-4213-b84f-659368cc998d Co-authored-by: abraham <3341+abraham@users.noreply.github.com>
1 parent cc0cb97 commit 6159319

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

eslint.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ export default [
2525
'plugin:@typescript-eslint/eslint-recommended',
2626
'plugin:@typescript-eslint/recommended',
2727
'plugin:jest/recommended',
28-
'plugin:import/errors',
29-
'plugin:import/typescript',
3028
],
3129
}),
3230
];

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,11 @@
3838
"homepage": "https://github.com/abraham/remotedata#readme",
3939
"devDependencies": {
4040
"@eslint/eslintrc": "^3.0.0",
41-
"@eslint/js": "^9.0.0",
41+
"@eslint/js": "^10.0.1",
4242
"@types/jest": "^30.0.0",
4343
"@typescript-eslint/eslint-plugin": "^8.0.0",
4444
"@typescript-eslint/parser": "^8.0.0",
45-
"eslint": "^9.0.0",
46-
"eslint-plugin-import": "^2.0.0",
45+
"eslint": "^10.2.1",
4746
"eslint-plugin-jest": "^29.0.1",
4847
"jest": "^30.0.3",
4948
"pkg-ok": "^3.0.0",

0 commit comments

Comments
 (0)