From bf5bc428492c6ec8731c4bdfeac09223d8df74c1 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 14 Aug 2019 15:31:25 +0300 Subject: cleanup lint warnings / update jsdoc --- vnext/.eslintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vnext/.eslintrc') diff --git a/vnext/.eslintrc b/vnext/.eslintrc index 62404fed..5ba7add9 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", -- cgit v1.2.3