🚀 Launch Week Day 4:Introducing the Alert Details Page: A Better Way to Explore Alerts.Learn More
Socket
Book a DemoInstallSign in
Socket

eslint-plugin-kentcdodds

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-kentcdodds

Custom rules for Kent

latest
Source
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

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

Keywords

eslint

FAQs

Package last updated on 18 Aug 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts