Add eslint rule "no-mixed-operator"

This commit is contained in:
Guillaume Gomez 2022-06-11 13:19:29 +02:00
parent 64ac29bc1a
commit 4a874b0e59

View File

@ -85,5 +85,6 @@ module.exports = {
"no-implied-eval": "error",
"no-label-var": "error",
"no-lonely-if": "error",
"no-mixed-operators": "error",
}
};