Add "no-dupe-else-if" eslint rule

This commit is contained in:
Guillaume Gomez 2022-05-29 21:41:05 +02:00
parent 9f79a03ca5
commit 397ad826b0

View File

@ -66,5 +66,6 @@ module.exports = {
"no-const-assign": "error",
"no-debugger": "error",
"no-dupe-args": "error",
"no-dupe-else-if": "error",
}
};