From 84a907578f205c247e017d38208ed594b1a416fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yae=CC=88l=20GUILLOUX?= Date: Wed, 12 May 2021 18:00:57 +0200 Subject: [PATCH] :wrench: (eslint) update eslintignoore --- .eslintignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.eslintignore b/.eslintignore index c56ac631d..a943fd09d 100644 --- a/.eslintignore +++ b/.eslintignore @@ -3,4 +3,10 @@ node_modules dist .nuxt coverage + +# Docus + +# Ignore sw.js as it's a generated file sw.js +# Ignore every `plugin.js` as it's using <% %> syntaxes, that are not supported by ESLint +plugin.js