Skip to content

Commit 8245ce1

Browse files
committed
Update ESLint config
1 parent e9f6a0f commit 8245ce1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/vite-template-redux/eslint.config.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,7 @@ const eslintConfig = config(
2727
},
2828
configs.strictTypeChecked,
2929
configs.stylisticTypeChecked,
30-
{
31-
name: `${vitestPlugin.meta.name}/recommended`,
32-
...vitestPlugin.configs.recommended,
33-
},
30+
vitestPlugin.configs.recommended,
3431
{
3532
name: "eslint-plugin-react/jsx-runtime",
3633
...reactPlugin.configs.flat["jsx-runtime"],

0 commit comments

Comments
 (0)