diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-16 15:00:14 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-16 15:00:14 +0300 |
commit | 1fb28ac1a65d95801f03d2170b1ae493924a55e1 (patch) | |
tree | 5ef6e66a363f8f37df632030baaa0626910dbd20 /src | |
parent | 67756a276deefd6f6811c6ac97c43380331ad653 (diff) | |
download | eslint-config-1fb28ac1a65d95801f03d2170b1ae493924a55e1.tar.xz eslint-config-1fb28ac1a65d95801f03d2170b1ae493924a55e1.zip |
feat(comments): no-unlimited-disable
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'src')
-rw-r--r-- | src/rules/eslint-comments/default.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rules/eslint-comments/default.json b/src/rules/eslint-comments/default.json index 8c594ed..a0cea22 100644 --- a/src/rules/eslint-comments/default.json +++ b/src/rules/eslint-comments/default.json @@ -5,6 +5,9 @@ "allowWholeFile": true } ], + "eslint-comments/no-unlimited-disable": [ + "error" + ], "eslint-comments/no-unused-disable": [ "error" ], |