eslint-plugin-kentcdodds

Custom rules for Kent

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
eslint-plugin-kentcdodds
2811.0.33 years ago3 years agoMinified + gzip package size for eslint-plugin-kentcdodds in KB

Readme

eslint-plugin-kentcdodds

Custom rules for Kent


!Build Statusbuild-badgebuild !Code Coveragecoverage-badgecoverage !versionversion-badgepackage !downloadsdownloads-badgenpmtrends !MIT Licenselicense-badgelicense !All Contributorsall-contributors-badge !PRs Welcomeprs-badgeprs !Code of Conductcoc-badgecoc

Installation

This module is distributed via npmnpm which is bundled with nodenode 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 eslinteslint.

Usage

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

Supported Rules

Issues

Looking to contribute? Look for the Good First Issuegood-first-issue label.

πŸ› Bugs

Please file an issue for bugs, missing documentation, or unexpected behavior.
See Bugs
bugs

πŸ’‘ Feature Requests

Please file an issue to suggest new features. Vote on feature requests by adding a πŸ‘. This helps maintainers prioritize what to work on.
See Feature Requestsrequests

Contributors ✨

Thanks goes to these people (emoji keyemojis):
<td align="center"><a href="https://kentcdodds.com"><img src="https://avatars.githubusercontent.com/u/1500684?v=3?s=100" width="100px;" alt=""/><br /><sub><b>Kent C. Dodds</b></sub></a><br /><a href="https://github.com/kentcdodds/eslint-plugin-kentcdodds/commits?author=kentcdodds" title="Code">πŸ’»</a> <a href="https://github.com/kentcdodds/eslint-plugin-kentcdodds/commits?author=kentcdodds" title="Documentation">πŸ“–</a> <a href="#infra-kentcdodds" title="Infrastructure (Hosting, Build-Tools, etc)">πŸš‡</a> <a href="https://github.com/kentcdodds/eslint-plugin-kentcdodds/commits?author=kentcdodds" title="Tests">⚠️</a></td>
<td align="center"><a href="https://michaeldeboey.be"><img src="https://avatars.githubusercontent.com/u/6643991?v=4?s=100" width="100px;" alt=""/><br /><sub><b>MichaΓ«l De Boey</b></sub></a><br /><a href="https://github.com/kentcdodds/eslint-plugin-kentcdodds/commits?author=MichaelDeBoey" title="Documentation">πŸ“–</a> <a href="https://github.com/kentcdodds/eslint-plugin-kentcdodds/commits?author=MichaelDeBoey" title="Code">πŸ’»</a> <a href="https://github.com/kentcdodds/eslint-plugin-kentcdodds/commits?author=MichaelDeBoey" title="Tests">⚠️</a></td>
<td align="center"><a href="https://github.com/bennettdams"><img src="https://avatars.githubusercontent.com/u/29319414?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Bennett</b></sub></a><br /><a href="https://github.com/kentcdodds/eslint-plugin-kentcdodds/commits?author=bennettdams" title="Documentation">πŸ“–</a></td>



This project follows the all-contributorsall-contributors specification. Contributions of any kind welcome!

LICENSE

MIT