Browse Source

ignore non-src files in vscode eslint plugin

Alexander Rose 5 years ago
parent
commit
e1d2a8b41d
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .vscode/settings.json

+ 3 - 0
.vscode/settings.json

@@ -6,4 +6,7 @@
         "*.vert.ts": "glsl",
         "*.gql.ts": "graphql"
     },
+    "eslint.options": {
+        "ignorePattern": ["webpack.config.js", "scripts/*"],
+    }
 }