1.0.59 • Published 5 years ago

@autoguru/eslint-config v1.0.59

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

@autoguru/eslint-config

Usage

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

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

extends:
    - '@autoguru/eslint-config'
    - '@autoguru/eslint-config/typescript' // if your project uses TypeScript
    - '@autoguru/eslint-config/react' // react and react hook checks
    - '@autoguru/eslint-config/jest' // react and react hook checks