From 57882e8d8e651209158b7b14b75e6293d6fa24cb Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 6 Jul 2018 02:18:50 +0300 Subject: Fix eslint rules --- vnext/.eslintrc | 2 +- vnext/src/components/Settings.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'vnext') 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", diff --git a/vnext/src/components/Settings.js b/vnext/src/components/Settings.js index a97d4be9..6bd8729e 100644 --- a/vnext/src/components/Settings.js +++ b/vnext/src/components/Settings.js @@ -210,6 +210,6 @@ export default class Settings extends React.Component { - ) + ); } } \ No newline at end of file -- cgit v1.2.3