aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ROADMAP.md2
-rw-r--r--src/rules/unicorn/default.json3
2 files changed, 4 insertions, 1 deletions
diff --git a/ROADMAP.md b/ROADMAP.md
index 50b0d0a..71d87c4 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -484,7 +484,7 @@
- [ ] "new-for-builtins"
- [ ] "no-abusive-eslint-disable"
- [ ] "no-array-instanceof"
-- [ ] "no-console-spaces"
+- [X] "no-console-spaces"
- [ ] "no-fn-reference-in-iterator"
- [ ] "no-for-loop"
- [ ] "no-hex-escape"
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",
{