Skip to content
Snippets Groups Projects
Commit 76c3d4f4 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'pregmod-master' into 'pregmod-master'

Add eslint rule to warn about the comma operator.

See merge request pregmodfan/fc-pregmod!6883
parents 9c833044 22f9ade8
No related branches found
No related tags found
1 merge request!6883Add eslint rule to warn about the comma operator.
...@@ -87,6 +87,7 @@ ...@@ -87,6 +87,7 @@
"allowSingleLine": true "allowSingleLine": true
} }
], ],
"no-sequences": "warn",
"jsdoc/check-alignment": 1, "jsdoc/check-alignment": 1,
"jsdoc/check-examples": 0, // interferes with SugarCube examples "jsdoc/check-examples": 0, // interferes with SugarCube examples
"jsdoc/check-indentation": 0, "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