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

lint: add space-in-parens rule

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