You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: eslint.config.mjs
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -26,11 +26,10 @@ import tseslint from 'typescript-eslint';
26
26
27
27
exportdefault[
28
28
{
29
-
...eslintPluginImport.configs.recommended,// import/recommended is not working for now with ESLint v9
30
-
...unicornPlugin.configs.recommended,
29
+
// ...eslintPluginImport.configs.recommended, // is not working for now with ESLint v9
30
+
// ...unicornPlugin.configs.recommended, // is not working for now with ESLint v9
31
31
...eslintPluginPrettierRecommended,// Enables eslint-plugin-prettier, eslint-config-prettier and prettier/prettier. This will display prettier errors as ESLint errors. Make sure this is always the last configuration.
...eslintPluginImport.configs.typescript,// import/typescript is not working for now with ESLint v9
97
+
// ...eslintPluginImport.configs.typescript, // is not working for now with ESLint v9
99
98
...eslintPluginPrettierRecommended,// Enables eslint-plugin-prettier, eslint-config-prettier and prettier/prettier. This will display prettier errors as ESLint errors. Make sure this is always the last configuration.
0 commit comments