Add lint exception

This commit is contained in:
Anton Tananaev 2024-04-06 09:41:35 -07:00
parent 63aa40978c
commit fa575b184e

View File

@ -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],