0.0.8 • Published 7 years ago

eslint-config-rmotr v0.0.8

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

eslint-config-rmotr

Configuration for ESLint, extendable.

Required dependencies

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

Install

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

Available configurations

  • react

React configuration usage

Add on your .eslintrc file

  {
    plugins: [
      'react'
    ],

    extends: ['eslint-config-rmotr/react'],

    rules: {
      # custom redefined rules
    }
  }

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

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