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

lint: add array-bracket-spacing rule

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