no-multi-spaces (ESLint: no-multi-spaces)
disallow use of multiple spaces
"no-multi-spaces": [
true,
{
"exceptions": { "PropertyAssignment": false, "OtherException": "true|false" }
}
]
The following are the exceptions available and their defaults
VariableDeclaration: false
PropertyAssignment: true
BinaryExpression: false