eslint-plugin-no-dupe-val

1.0.1 • Public • Published

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
  }
}

Package Sidebar

Install

npm i eslint-plugin-no-dupe-val

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

10.4 kB

Total Files

7

Last publish

Collaborators

  • pingbeer