build: 🔥 remove one var rule

This commit is contained in:
Mikhail Zolotukhin 2021-09-16 18:57:04 +03:00
parent f2cbebc9ab
commit 714379ff57

View File

@ -32,7 +32,6 @@
}
],
"@typescript-eslint/prefer-for-of": "off",
"one-var": "error",
"max-classes-per-file": "off",
"no-cond-assign": "error"
}