@kyleshevlin/eslint-plugin

1.3.0 • Public • Published

@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",
  ]
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.3.0
    1,667
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.3.0
    1,667
  • 1.2.1
    0
  • 1.2.0
    0
  • 1.1.0
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i @kyleshevlin/eslint-plugin

Weekly Downloads

1,667

Version

1.3.0

License

MIT

Unpacked Size

14.9 kB

Total Files

19

Last publish

Collaborators

  • kyleshevlin