0.0.3 • Published 8 years ago

eslint-plugin-no-copy-paste-default-export v0.0.3

Weekly downloads
100
License
MIT
Repository
github
Last release
8 years ago

no-copy-paste-default-export ESLint plugin

Installation

npm i eslint-plugin-no-copy-paste-default-export

Configuration

{
  "plugins": [
    "no-copy-paste-default-export"
  ]
}

Rule

A single rule checking that any export default class <name> has <name> === <filename>

License

MIT (http://www.opensource.org/licenses/mit-license.php)