1.1.7 • Published 5 months ago
eslint-config-arthurbbarbosa v1.1.7
Eslint Config
This project consists of a personal config options to eslint. Get the dependencie here: https://www.npmjs.com/package/eslint-config-arthurbbarbosa
Technologies used:
- NodeJS (Install Here)
- NPM or Yarn (Install NPM Here or Install Yarn Here)
Here's a step-by-step guide on how to use the config: 1. Install that dependencies in your app
```
$ yarn add eslint eslint-config-arthurbbarbosa --dev
$ npm install eslint eslint-config-arthurbbarbosa --dev
```
- Put in your eslint config file (.eslintrc.json)
{ "extends": ["arthurbbarbosa"] }