Commit c038fd43 authored by Jonathan Sharpe's avatar Jonathan Sharpe
Browse files

Explicitly exclude node_modules/ in ESLint configuration

1 merge request!9310Explicitly exclude node_modules/ in ESLint configuration
Showing with 4 additions and 0 deletions
+4 -0
......@@ -52,6 +52,10 @@ module.exports = {
},
},
ignorePatterns: [
"node_modules/"
],
overrides: [
{
files: ['**/*.ts?(x)'],
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment