From 870647a59e4fd6c9a07cae0df16a4f51750899ca Mon Sep 17 00:00:00 2001 From: shimataro Date: Wed, 26 Feb 2020 08:20:35 +0900 Subject: [PATCH] * update dot-notation --- .eslintrc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.yml b/.eslintrc.yml index ead2242..9eaac1c 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -59,7 +59,7 @@ rules: # https://eslint.org/docs/rules/ - property dot-notation: - error - - allowKeywords: true + - allowPattern: "^_" eol-last: error eqeqeq: error for-direction: error