Skip to content

Commit 6e5c4dc

Browse files
committed
Fix eslint.config.mts for @reduxjs/rtk-codemods
1 parent 28320e3 commit 6e5c4dc

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed
Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
{
2-
"env": { "node": true },
3-
"extends": ["eslint:recommended"],
4-
"ignorePatterns": ["node_modules"],
5-
"parserOptions": { "ecmaVersion": "latest" },
6-
"plugins": ["node"],
7-
"rules": {
8-
"no-unused-vars": [0],
9-
"eol-last": [0]
10-
}
11-
}
1+
import { createESLintConfig } from '@reduxjs/eslint-config'
2+
3+
export default createESLintConfig()

0 commit comments

Comments
 (0)