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

Update elintrc to include function calls

parent 9044fa70
No related branches found
No related tags found
1 merge request!10590Update elintrc to include function calls
......@@ -115,9 +115,9 @@
"comma-dangle": ["warn", {
"arrays": "always-multiline",
"objects": "always-multiline",
"functions": "always-multiline",
"imports": "never",
"exports": "never",
"functions": "never"
"exports": "never"
}],
"jsdoc/check-alignment": 1,
"jsdoc/check-examples": 0, // interferes with SugarCube examples
......
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