From 82ddef40e7cf15341415a0962aa21f763047649d Mon Sep 17 00:00:00 2001 From: shimataro Date: Wed, 26 Feb 2020 08:14:41 +0900 Subject: [PATCH] * update id-length --- .eslintrc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.yml b/.eslintrc.yml index 38b826d..f645955 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -78,7 +78,7 @@ rules: # https://eslint.org/docs/rules/ guard-for-in: error handle-callback-err: error id-blacklist: error - id-length: 'off' + id-length: error id-match: error implicit-arrow-linebreak: - error