@daosro/eslint-config

1.0.2 • Public • Published

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"
    ]
}

Readme

Keywords

none

Package Sidebar

Install

npm i @daosro/eslint-config

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

56.7 kB

Total Files

5

Last publish

Collaborators

  • david.osorio