diff options
author | Vitaly Takmazov | 2018-07-06 02:18:50 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:53 +0300 |
commit | 57882e8d8e651209158b7b14b75e6293d6fa24cb (patch) | |
tree | c66cff9569e13441f90c2ba87efceaf28fd819ac /vnext/.eslintrc | |
parent | 378f97e112a10e648150379a56fdf25a7bd10ff0 (diff) |
Fix eslint rules
Diffstat (limited to 'vnext/.eslintrc')
-rw-r--r-- | vnext/.eslintrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/.eslintrc b/vnext/.eslintrc index 74fc921a..a887dfb2 100644 --- a/vnext/.eslintrc +++ b/vnext/.eslintrc @@ -54,7 +54,7 @@ "no-unused-vars": "off", "no-useless-escape": "off", - "only-ascii/only-ascii": ["warn", { "allowedChars": "✓" }], + "only-ascii/only-ascii": ["warn", { "allowedChars": "✓←→ " }], "jest/no-disabled-tests": "warn", "jest/no-focused-tests": "error", |