This module is distributed via npm which is bundled with node and
should be installed as one of your project's devDependencies
:
npm install --save-dev eslint-plugin-kentcdodds
This library has a required peerDependencies
listing for eslint
.
Add kentcdodds
to the plugins section of your .eslintrc
configuration file.
You can omit the eslint-plugin-
prefix:
{
"plugins": ["kentcdodds"]
}
Then configure the rules you want to use under the rules section.
{
"rules": {
"kentcdodds/spell-kents-name-correctly": "error"
}
}
Looking to contribute? Look for the Good First Issue label.
Please file an issue for bugs, missing documentation, or unexpected behavior.
Please file an issue to suggest new features. Vote on feature requests by adding a 👍. This helps maintainers prioritize what to work on.
Thanks goes to these people (emoji key):
Kent C. Dodds 💻 📖 🚇 |
Michaël De Boey 📖 💻 |
Bennett 📖 |
This project follows the all-contributors specification. Contributions of any kind welcome!
MIT