0.1.0 • Published 3 years ago

@brunormoreira/eslint-config-react v0.1.0

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

@brunormoreira/eslint-config-react

Provides my personal .eslintrc shared configuration.

Installation

Depends on eslint.

Using yarn:

yarn add -D @brunormoreira/eslint-config-react typescript prettier

Using npm:

npm install -D @brunormoreira/eslint-config-react typescript prettier

Usage

After installing the module, run:

echo '{ "extends": "@brunormoreira" }' >> .eslintrc

Or add it manually to extends array (or string) inside .eslintrc.

Reference