Add "no-const-assign" eslint rule

This commit is contained in:
Guillaume Gomez 2022-05-29 21:38:52 +02:00
parent bef2b7cd1c
commit 6b4191f5e0

View file

@ -63,5 +63,6 @@ module.exports = {
}
],
"eqeqeq": "error",
"no-const-assign": "error",
}
};