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

lint: add object-curly-spacing rule

parent 3840b004
No related branches found
No related tags found
No related merge requests found
Showing
with 26 additions and 25 deletions
......@@ -40,7 +40,8 @@
}
],
"no-throw-literal": "error",
"key-spacing": "error"
"key-spacing": "error",
"object-curly-spacing": ["error", "always"]
},
"overrides": [
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment