Skip to content
Snippets Groups Projects
Commit 0c0e9952 authored by Alexander Rose's avatar Alexander Rose
Browse files

lint: add no-multi-spaces rule

parent 4090498f
Branches
No related tags found
No related merge requests found
Showing
with 31 additions and 30 deletions
...@@ -50,7 +50,8 @@ ...@@ -50,7 +50,8 @@
"ignoreReadBeforeAssign": false "ignoreReadBeforeAssign": false
}], }],
"space-before-function-paren": "off", "space-before-function-paren": "off",
"func-call-spacing": "off" "func-call-spacing": "off",
"no-multi-spaces": "error"
}, },
"overrides": [ "overrides": [
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment