Skip to content
Snippets Groups Projects
Commit 0726eccc authored by brickode's avatar brickode
Browse files

Updated ESlint

parent 3e2f819a
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,11 @@
"camelcase": "warn",
"comma-spacing": "error",
"comma-style": "error",
"object-curly-newline": "off",
"object-curly-newline": ["warn",
{
"minProperties": 4
}
],
"object-curly-spacing": "error",
"no-var": "error",
"spaced-comment": "warn",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment