From 6fe5916774e9a4381da6bfb4f1f84a0941df46cc Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 11 Jun 2019 16:08:12 +0300 Subject: Fix linter warnings --- vnext/.eslintrc | 2 +- vnext/src/index.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'vnext') 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", diff --git a/vnext/src/index.css b/vnext/src/index.css index 3bd3cb13..630c2078 100644 --- a/vnext/src/index.css +++ b/vnext/src/index.css @@ -88,7 +88,7 @@ hr { border: none; } -#app { +#app { display: grid; grid-template-areas: "header" "content" "footer"; grid-template-columns: 100%; -- cgit v1.2.3