Add eslint rule "no-multi-assign"

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

View File

@ -86,5 +86,6 @@ module.exports = {
"no-label-var": "error",
"no-lonely-if": "error",
"no-mixed-operators": "error",
"no-multi-assign": "error",
}
};