eslint-config-rmotr

0.0.8 • Public • Published

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

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i eslint-config-rmotr

    Weekly Downloads

    2

    Version

    0.0.8

    License

    MIT

    Last publish

    Collaborators

    • rmotr_com