0.0.5 • Published 7 years ago

eslint-config-exove-react v0.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

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' ],
};
0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

8 years ago

0.0.1

8 years ago