1.0.2 • Published 5 years ago

@daosro/eslint-config v1.0.2

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

JavaScript Style Guide for ReactJS

JavaScript style guide for ReactJS proyects based on airbnb eslint config.

Installation

Install the npm dependencies in your proyect:

npm i @daosro/eslint-config eslint --save-dev

Or with yarn:

yarn add @daosro/eslint-config eslint --dev

Creacte new file .eslintrc.json into the root directory

touch .eslintrc.json

Copy anda paste next ESLint configuration into .eslintrc.json

{
    "extends": [
        "@daosro/eslint-config"
    ]
}