0.1.3 • Published 3 years ago

@brunormoreira/eslint-config v0.1.3

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

@brunormoreira/eslint-config

Provides my personal .eslintrc shared configuration.

Installation

Depends on eslint.

Using yarn:

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

Using npm:

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

Usage

After installing the module, run:

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

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

Reference