chore: Fix eslint ignore list
This commit is contained in:
parent
3e88e85e7e
commit
6d177d34b0
1 changed files with 1 additions and 8 deletions
|
@ -17,14 +17,7 @@ const compat = new FlatCompat({
|
||||||
|
|
||||||
export default [
|
export default [
|
||||||
{
|
{
|
||||||
ignores: [
|
ignores: ['**/dist/', '**/.vscode/', '**/.idea/', '**/node_modules/'],
|
||||||
'**/.yarn/',
|
|
||||||
'**/.pnp.*',
|
|
||||||
'**/dist/',
|
|
||||||
'**/.vscode/',
|
|
||||||
'**/.idea/',
|
|
||||||
'**/tsup.config.ts',
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
...compat.extends('plugin:@typescript-eslint/recommended', 'prettier'),
|
...compat.extends('plugin:@typescript-eslint/recommended', 'prettier'),
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue