fix: eslint warnings (#278)
This commit is contained in:
@@ -12,7 +12,7 @@ import eslintPluginNext from '@next/eslint-plugin-next';
|
||||
export default tseslint.config(
|
||||
{
|
||||
name: 'unittcms/ignore-globally',
|
||||
ignores: ['**/node_modules/', '**/.next/', '**/docs/'],
|
||||
ignores: ['**/node_modules/', '**/.next/', '**/docs/', '**/coverage/'],
|
||||
},
|
||||
{
|
||||
name: 'unittcms/load-plugins',
|
||||
|
||||
Reference in New Issue
Block a user