@autoguru/eslint-plugin

1.5.0 • Public • Published

@autoguru/eslint-plugin

Usage

yarn add --dev @autoguru/eslint-plugin \
	eslint

then in your package.json or .eslintrc.yml file:

extends:
    - 'plugin:@autoguru/base'
    - 'plugin:@autoguru/typescript' // if your project uses TypeScript (you can omit /base)
    - 'plugin:@autoguru/react' // react and react hook checks
    - 'plugin:@autoguru/jest' // jest, so we test better

Readme

Keywords

none

Package Sidebar

Install

npm i @autoguru/eslint-plugin

Weekly Downloads

24

Version

1.5.0

License

MIT

Unpacked Size

7.43 kB

Total Files

10

Last publish

Collaborators

  • otto-ag
  • anthony-keller
  • fancycoder