Add "no-dup-args" eslint rule

This commit is contained in:
Guillaume Gomez 2022-05-29 21:40:16 +02:00
parent 4bb728da79
commit 9f79a03ca5

View file

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