Skip to content

Commit 6b92ca2

Browse files
committed
revert: #b478f5c7dd7bff1aaba656c0b18c8b4dd44b4cbb
1 parent b478f5c commit 6b92ca2

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

eslint.config.mjs

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -119,21 +119,4 @@ export default defineConfig(
119119
react: { version: 'detect' },
120120
},
121121
},
122-
123-
// Frontend specific configuration
124-
{
125-
files: ['apps/frontend/**/*.{js,jsx,mjs,cjs,ts,tsx}'],
126-
rules: {
127-
'@typescript-eslint/no-unused-vars': [
128-
'warn',
129-
{
130-
vars: 'all',
131-
varsIgnorePattern: '^_|^fetch.*', // Allow unused vars starting with _ or fetch
132-
args: 'after-used',
133-
argsIgnorePattern: '^_',
134-
caughtErrors: 'none',
135-
},
136-
],
137-
},
138-
},
139122
);

0 commit comments

Comments
 (0)