Skip to content
This repository was archived by the owner on Aug 3, 2023. It is now read-only.

Latest commit

 

History

History

eslint-config-loris-react

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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