feat: eslint 설정에 무시할 경로 추가
This commit is contained in:
+9
-1
@@ -8,7 +8,15 @@ import globals from 'globals';
|
||||
|
||||
export default tseslint.config(
|
||||
{
|
||||
ignores: ['**/dist/**', '**/node_modules/**', '**/*.d.ts', 'legacy/**', 'packages/infra/prisma/client/**'],
|
||||
ignores: [
|
||||
'**/dist/**',
|
||||
'**/node_modules/**',
|
||||
'**/*.d.ts',
|
||||
'legacy/**',
|
||||
'packages/infra/prisma/client/**',
|
||||
'**/generated/**',
|
||||
'.pnpm-store/**',
|
||||
],
|
||||
},
|
||||
eslint.configs.recommended,
|
||||
...tseslint.configs.recommended,
|
||||
|
||||
Reference in New Issue
Block a user