diff options
author | Vitaly Takmazov | 2019-06-11 16:08:12 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:55 +0300 |
commit | 6fe5916774e9a4381da6bfb4f1f84a0941df46cc (patch) | |
tree | 4acbbfc742d686cc75958bd1a8cb5647e22d7ba5 /vnext/.eslintrc | |
parent | ccc2d1118fead36d7898020ed47fc1c123856edf (diff) |
Fix linter warnings
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 24325146..4413d33d 100644 --- a/vnext/.eslintrc +++ b/vnext/.eslintrc @@ -61,7 +61,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", |