aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-19 13:35:51 +0300
committerValentin Popov <info@valentineus.link>2020-02-19 13:35:51 +0300
commit3467c5b216bd22a397355600f1a4f43311e9cc5f (patch)
treeaebacdfef08ac261656d9f4784227a77b03362e6 /src
parentca6f51b6658cb1dc0d0b4b069ffc0e444abb0db9 (diff)
downloadeslint-config-3467c5b216bd22a397355600f1a4f43311e9cc5f.tar.xz
eslint-config-3467c5b216bd22a397355600f1a4f43311e9cc5f.zip
feat(unicorn): no-console-spaces
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'src')
-rw-r--r--src/rules/unicorn/default.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rules/unicorn/default.json b/src/rules/unicorn/default.json
index 2530a4a..fd05b65 100644
--- a/src/rules/unicorn/default.json
+++ b/src/rules/unicorn/default.json
@@ -6,6 +6,9 @@
"pascalCase": true
}
],
+ "unicorn/no-console-spaces": [
+ "error"
+ ],
"unicorn/prevent-abbreviations": [
"error",
{