1
Fork 0

Add "no-ex-assign" eslint rule

This commit is contained in:
Guillaume Gomez 2022-05-29 21:44:10 +02:00
parent d39703a6c5
commit f1a95b834c

View file

@ -69,5 +69,6 @@ module.exports = {
"no-dupe-else-if": "error",
"no-dupe-keys": "error",
"no-duplicate-case": "error",
"no-ex-assign": "error",
}
};