From e1d2a8b41def8230f7ff7d1ae046a5f2de1f9616 Mon Sep 17 00:00:00 2001
From: Alexander Rose <alexander.rose@weirdbyte.de>
Date: Sat, 25 Jan 2020 13:20:43 -0800
Subject: [PATCH] ignore non-src files in vscode eslint plugin

---
 .vscode/settings.json | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.vscode/settings.json b/.vscode/settings.json
index 9f20238be..1fcd8d6e6 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -6,4 +6,7 @@
         "*.vert.ts": "glsl",
         "*.gql.ts": "graphql"
     },
+    "eslint.options": {
+        "ignorePattern": ["webpack.config.js", "scripts/*"],
+    }
 }
\ No newline at end of file
-- 
GitLab