We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab9a81a commit 7cba114Copy full SHA for 7cba114
.eslintrc.cjs
@@ -39,6 +39,12 @@ module.exports = {
39
rules: {
40
// These off-by-default rules work well for this repo and we like them on.
41
"jsdoc/informative-docs": "error",
42
+ "logical-assignment-operators": [
43
+ "error",
44
+ "always",
45
+ { enforceForIfStatements: true },
46
+ ],
47
+ "operator-assignment": "error",
48
49
// These on-by-default rules don't work well for this repo and we like them off.
50
"jsdoc/require-jsdoc": "off",
0 commit comments