diff options
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", |