aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-16 14:54:21 +0300
committerValentin Popov <info@valentineus.link>2020-02-16 14:54:21 +0300
commit9dd76a6ab4f571a1289a615f671124bf2722de54 (patch)
treec6fb1770ce78f4a47db691f69af414755e72eefa /src
parentfee0f21f2fdfa12019b9fc4b4d82630d7412cd28 (diff)
downloadeslint-config-9dd76a6ab4f571a1289a615f671124bf2722de54.tar.xz
eslint-config-9dd76a6ab4f571a1289a615f671124bf2722de54.zip
feat(comments): disable-enable-pair
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'src')
-rw-r--r--src/rules/eslint-comments/default.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/rules/eslint-comments/default.json b/src/rules/eslint-comments/default.json
index 0967ef4..75f5bad 100644
--- a/src/rules/eslint-comments/default.json
+++ b/src/rules/eslint-comments/default.json
@@ -1 +1,8 @@
-{}
+{
+ "eslint-comments/disable-enable-pair": [
+ "error",
+ {
+ "allowWholeFile": true
+ }
+ ]
+}