chore: ignore dist/* on eslint config
This commit is contained in:
parent
6cd461ae4e
commit
6d05547ed5
1 changed files with 1 additions and 1 deletions
|
@ -13,6 +13,6 @@ export default [
|
|||
},
|
||||
},
|
||||
{
|
||||
ignores: ['site/*'],
|
||||
ignores: ['site/*', 'dist/*'],
|
||||
},
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue