Skip to content
Snippets Groups Projects
Commit 733f7aa9 authored by svornost's avatar svornost
Browse files

Enable default-param-last rule

parent 4e0fd5c7
No related branches found
No related tags found
No related merge requests found
......@@ -94,6 +94,7 @@
],
"no-sequences": "warn",
"no-unreachable-loop": "warn",
"default-param-last": "warn",
"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