feat(eslint): Rule "no-multi-spaces"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
f6794430fc
commit
b2e832786d
@ -144,7 +144,7 @@
|
||||
- [ ] "no-mixed-requires"
|
||||
- [ ] "no-mixed-spaces-and-tabs"
|
||||
- [ ] "no-multi-assign"
|
||||
- [ ] "no-multi-spaces"
|
||||
- [X] "no-multi-spaces"
|
||||
- [ ] "no-multi-str"
|
||||
- [ ] "no-multiple-empty-lines"
|
||||
- [X] "no-native-reassign"
|
||||
|
@ -49,6 +49,13 @@
|
||||
"no-catch-shadow": [
|
||||
"off"
|
||||
],
|
||||
"no-multi-spaces": [
|
||||
"error",
|
||||
{
|
||||
"exceptions": {},
|
||||
"ignoreEOLComments": false
|
||||
}
|
||||
],
|
||||
"no-native-reassign": [
|
||||
"off"
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user