From 8fc26eca35d9dc19d71d025a8c4942b52bc6fc68 Mon Sep 17 00:00:00 2001 From: shimataro Date: Wed, 26 Feb 2020 08:14:05 +0900 Subject: [PATCH] * update semicolon style --- .eslintrc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.yml b/.eslintrc.yml index 1f6bef9..943f32d 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -146,6 +146,7 @@ rules: # https://eslint.org/docs/rules/ no-extra-bind: error no-extra-label: error no-extra-parens: error + no-extra-semi: error no-floating-decimal: error no-implicit-coercion: error no-implicit-globals: error