feat(eslint): Rule "no-multi-spaces"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -49,6 +49,13 @@
|
||||
"no-catch-shadow": [
|
||||
"off"
|
||||
],
|
||||
"no-multi-spaces": [
|
||||
"error",
|
||||
{
|
||||
"exceptions": {},
|
||||
"ignoreEOLComments": false
|
||||
}
|
||||
],
|
||||
"no-native-reassign": [
|
||||
"off"
|
||||
],
|
||||
|
Reference in New Issue
Block a user