eslint-config-loris-react

2.0.0 • Public • Published

eslint-config-loris-react

ESLint config for React JSX.

Installation

npm install --save-dev eslint eslint-plugin-react eslint-config-loris-react

Usage

Include config in your .eslintrc.js file:

module.exports = {
    extends: ['loris-react'],
    root: true
};

or with eslint-config-loris config:

module.exports = {
    extends: ['loris/es6', 'loris-react'],
    root: true
};

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.0.0
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i eslint-config-loris-react

Weekly Downloads

0

Version

2.0.0

License

MIT

Last publish

Collaborators

  • tarmolov
  • sigorilla