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-requires"
|
||||||
- [ ] "no-mixed-spaces-and-tabs"
|
- [ ] "no-mixed-spaces-and-tabs"
|
||||||
- [ ] "no-multi-assign"
|
- [ ] "no-multi-assign"
|
||||||
- [ ] "no-multi-spaces"
|
- [X] "no-multi-spaces"
|
||||||
- [ ] "no-multi-str"
|
- [ ] "no-multi-str"
|
||||||
- [ ] "no-multiple-empty-lines"
|
- [ ] "no-multiple-empty-lines"
|
||||||
- [X] "no-native-reassign"
|
- [X] "no-native-reassign"
|
||||||
|
@ -49,6 +49,13 @@
|
|||||||
"no-catch-shadow": [
|
"no-catch-shadow": [
|
||||||
"off"
|
"off"
|
||||||
],
|
],
|
||||||
|
"no-multi-spaces": [
|
||||||
|
"error",
|
||||||
|
{
|
||||||
|
"exceptions": {},
|
||||||
|
"ignoreEOLComments": false
|
||||||
|
}
|
||||||
|
],
|
||||||
"no-native-reassign": [
|
"no-native-reassign": [
|
||||||
"off"
|
"off"
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user