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

lint: add key-spacing rule

parent cc68f831
Branches
No related tags found
No related merge requests found
......@@ -39,7 +39,8 @@
"message": "Default exports are not allowed"
}
],
"no-throw-literal": "error"
"no-throw-literal": "error",
"key-spacing": "error"
},
"overrides": [
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment