|
@@ -16,7 +16,7 @@ export default tseslint.config(
|
|
|
|
|
|
prettierConfig,
|
|
prettierConfig,
|
|
{
|
|
{
|
|
- ignores: ['babel.config.js', 'node_modules/', 'postcss.config.js', 'tailwind.config.js','**/app.config.ts'],
|
|
|
|
|
|
+ ignores: ['babel.config.js', 'node_modules/', 'postcss.config.js', 'tailwind.config.js','**/app.config.ts', '.build/'],
|
|
},
|
|
},
|
|
{
|
|
{
|
|
files: ['**/*.ts', '**/*.tsx'],
|
|
files: ['**/*.ts', '**/*.tsx'],
|
|
@@ -47,4 +47,4 @@ export default tseslint.config(
|
|
'@typescript-eslint/explicit-function-return-type': 'warn',
|
|
'@typescript-eslint/explicit-function-return-type': 'warn',
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-);
|
|
|
|
|
|
+);
|