fix failing tests
This commit is contained in:
parent
fb64fa1397
commit
85ec58d126
3 changed files with 5 additions and 2 deletions
|
@ -1,4 +1,7 @@
|
|||
import pompydevEslintConfig from "@pompydev/eslint-config"
|
||||
import { globalIgnores } from "eslint/config"
|
||||
|
||||
export default [globalIgnores(["**/.nuxt/"]), ...pompydevEslintConfig]
|
||||
export default [
|
||||
globalIgnores(["**/.nuxt/", "**/.output/"]),
|
||||
...pompydevEslintConfig,
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue