eslint-plugin-no-dupe-val
v1.0.1
Published
An extended version of the `no-dupe-val` rule
Downloads
3
Maintainers
Readme
npm install -D eslint-plugin-no-dupe-val
Usage
Add no-dupe-val
to the plugins
section of your .eslintrc
:
{
"plugins": [
"no-dupe-val"
]
}
Turn off the no-dupe-val
rule:
{
"rules": {
"no-dupe-val": 0
}
}