Skip to content
Snippets Groups Projects
Commit a802c0a2 authored by Emmanuel Raviart's avatar Emmanuel Raviart
Browse files

Disable eslint on gitlab-ci/build/ directory

parent a9e28e98
No related branches found
No related tags found
No related merge requests found
...@@ -48,6 +48,6 @@ export default [ ...@@ -48,6 +48,6 @@ export default [
}, },
}, },
{ {
ignores: ["build/", ".svelte-kit/", "dist/"], ignores: ["build/", ".svelte-kit/", "dist/", "gitlab-ci/build/"],
}, },
] ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment