Skip to content
Snippets Groups Projects
Commit a44c1865 authored by DCoded's avatar DCoded
Browse files

Changed "before" to "after"

parent 0254e682
No related branches found
No related tags found
1 merge request!10331Added operator-linebreak ESlint rule
......@@ -111,7 +111,7 @@
"one-var": ["warn", "never"],
"keyword-spacing": "warn",
"no-template-curly-in-string": "error",
"operator-linebreak": ["warn", "before"],
"operator-linebreak": ["warn", "after"],
"jsdoc/check-alignment": 1,
"jsdoc/check-examples": 0, // interferes with SugarCube examples
"jsdoc/check-indentation": 0,
......
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