eslint-plugin-kentcdodds

Custom rules for Kent

Usage no npm install needed!

<script type="module">
  import eslintPluginKentcdodds from 'https://cdn.skypack.dev/eslint-plugin-kentcdodds';
</script>

README

eslint-plugin-kentcdodds

Custom rules for Kent


Build Status Code Coverage version downloads MIT License All Contributors PRs Welcome Code of Conduct

Installation

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.

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 Issue label.

πŸ› Bugs

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

See 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 Requests

Contributors ✨

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!

LICENSE

MIT