Browse Source

chore: pacify eslint in github action

tophf 4 years ago
parent
commit
9418ff32f5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .eslintrc.js

+ 1 - 0
.eslintrc.js

@@ -68,6 +68,7 @@ module.exports = {
     rules: {
       'global-require': 0,
       'import/newline-after-import': 0,
+      'import/no-extraneous-dependencies': 0, // spits errors in github action
     }
   }],
   rules: {