Add "no-dup-args" eslint rule
This commit is contained in:
parent
4bb728da79
commit
9f79a03ca5
1 changed files with 1 additions and 0 deletions
|
@ -65,5 +65,6 @@ module.exports = {
|
||||||
"eqeqeq": "error",
|
"eqeqeq": "error",
|
||||||
"no-const-assign": "error",
|
"no-const-assign": "error",
|
||||||
"no-debugger": "error",
|
"no-debugger": "error",
|
||||||
|
"no-dupe-args": "error",
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue