eslint-config-indec

0.0.1-beta.0 • Public • Published

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

Dependencies (8)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i eslint-config-indec

    Weekly Downloads

    1

    Version

    0.0.1-beta.0

    License

    MIT

    Last publish

    Collaborators

    • navarroaxel