Skip to content

Commit 9bc4ff0

Browse files
committed
chore(eslint.config.mjs): reflect the update to typescript-eslint
1 parent b248ab6 commit 9bc4ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default tseslint.config(
88
ignores: ["dist"],
99
},
1010
reactPlugin.configs.flat.recommended,
11-
...tseslint.configs.recommended,
11+
tseslint.configs.recommended,
1212
{
1313
languageOptions: {
1414
globals: {

0 commit comments

Comments
 (0)