Skip to content
Snippets Groups Projects
Commit e1d2a8b4 authored by Alexander Rose's avatar Alexander Rose
Browse files

ignore non-src files in vscode eslint plugin

parent e71bf9c2
No related branches found
No related tags found
No related merge requests found
...@@ -6,4 +6,7 @@ ...@@ -6,4 +6,7 @@
"*.vert.ts": "glsl", "*.vert.ts": "glsl",
"*.gql.ts": "graphql" "*.gql.ts": "graphql"
}, },
"eslint.options": {
"ignorePattern": ["webpack.config.js", "scripts/*"],
}
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment