feat(unicorn): no-console-spaces

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2020-02-19 14:35:51 +04:00
parent ca6f51b665
commit 3467c5b216
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3
2 changed files with 4 additions and 1 deletions

View File

@ -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"

View File

@ -6,6 +6,9 @@
"pascalCase": true
}
],
"unicorn/no-console-spaces": [
"error"
],
"unicorn/prevent-abbreviations": [
"error",
{