0.0.8 • Published 8 years ago

eslint-config-rmotr v0.0.8

Weekly downloads
1
License
MIT
Repository
github
Last release
8 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

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago