0.0.1-beta.0 • Published 7 years ago

eslint-config-indec v0.0.1-beta.0

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

ESLint-config-indec

To use this ESLint config file follow these instructions:

Installation

Install ESLint either locally or globally.

$ npm install eslint --save-dev

If you installed ESLint globally, you have to install the Indec configuration globally too. Otherwise, install it locally.

$ npm install eslint-config-indec --save-dev

Configuration

Create a .eslintrc.json file in the root folder of your project then add the following code:

{
  "extends": "indec"
}

Configuration for React

If you work with React you can use the react configuration:

{
  "extends": "indec/react"
}