aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 6a60e087..b8c06574 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -9,7 +9,7 @@
"plugins": [
"react"
],
- "ignorePatterns": ["build/", "switcher.js", "theme.js"],
+ "ignorePatterns": ["legacy/", "build/", "switcher.js", "theme.js"],
"rules": {
"max-len": [0],
"no-shadow": [0],