Skip to content

Commit

Permalink
feat: ✨ add ignore patterns
Browse files Browse the repository at this point in the history
now vscode shouldn't freeze anymore when you open a big file in these directories
  • Loading branch information
nnmrts committed Jun 18, 2020
1 parent 6dfb4be commit b24eb47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Expand Up @@ -14,5 +14,6 @@ module.exports = {
"./rules/strict.js",
"./rules/style.js",
"./rules/variables.js"
]
],
ignorePatterns: ["dist/**", "node_modules/**"]
};

0 comments on commit b24eb47

Please sign in to comment.