Skip to content

Exove/eslint-config-exove-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exove ESLint React configuration

React and JSX specific linter rules.

This package is intended to be used with eslint-config-exove-nodejs which contains generic JavaScript linter rules.

Installation

npm install --save-dev eslint-config-exove-react eslint-config-exove-nodejs

Create a file .eslintrc.js in the same folder where package.json is located with the following contents:

module.exports = {
    extends: [ 'exove-nodejs', 'exove-react' ],
};

About

Exove ESLint React configuration

Resources

License

Stars

Watchers

Forks

Packages

No packages published