浏览代码

ignore non-src files in vscode eslint plugin

Alexander Rose 5 年之前
父节点
当前提交
e1d2a8b41d
共有 1 个文件被更改,包括 3 次插入0 次删除
  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/*"],
+    }
 }