Skip to content

AdrianApan/eslint-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@kyleshevlin/eslint-plugin

This is my personal collection of ESLint rules. It contains the following rules:

  • prefer-custom-hooks
  • no-skipped-or-focused-tests

Refer to each rule's READMEs in the /docs/rules directory.

Installation

Install the plugin:

npm install --save-dev @kyleshevlin/eslint-plugin

Or

yarn add -D @kyleshevlin/eslint-plugin

And configure it in your ESLint config:

{
  plugins: ['@kyleshevlin'],
  rules: [
    "@kyleshevlin/prefer-custom-hooks": "error",
    "@kyleshevlin/no-skipped-or-focused-tests": "error",
  ]
}

About

A collection of my own ESLint rules.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%