0.1.3 • Published 8 years ago

@maticaputti/eslint-config-react v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
8 years ago

@maticaputti/eslint-config-react

Configuration for ESLint, extendable.

Required dependencies

  $ npm install --save-dev eslint eslint-plugin-react

Install

  $ npm install --save-dev @maticaputti/eslint-config-react

Usage

Add on your .eslintrc file

  {
    plugins: [
      'react'
    ],

    extends: ['@maticaputti/eslint-config-react'],

    rules: {
      # custom redefined rules
    }
  }
0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago