diff options
author | Vitaly Takmazov | 2022-10-28 16:06:35 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:58 +0300 |
commit | e9ed990c111703fb17e8dcd987e0891fad00938e (patch) | |
tree | 9ff7f8a1955faccff1f2ab6c2e34549e3a681237 /vnext/.eslintrc | |
parent | 3409533af2ab17da39bdef42febe167f9c8a283f (diff) |
Tweak `eslint` configuration
Diffstat (limited to 'vnext/.eslintrc')
-rw-r--r-- | vnext/.eslintrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vnext/.eslintrc b/vnext/.eslintrc index 639eb60a..30cc2392 100644 --- a/vnext/.eslintrc +++ b/vnext/.eslintrc @@ -41,6 +41,9 @@ ], "rules": { "quotes": ["error", "single"], + "no-cond-assign": "warn", + "no-unused-vars": "warn", + "no-useless-escape": "warn", "only-ascii/only-ascii": ["warn", { "allowedChars": "✓←→♡ ·—©" }], "react/prop-types": "off", "testing-library/no-node-access": "off", |