This is an ESlint config targeted toward React.js development.
To use one of the configs, run:
$ yarn add -D eslint-config-codemonkey800-react
Then in your .eslintrc.js
:
module.exports = {
extends: 'codemonkey800-react',
};
This package has been deprecated
Author message:
Switch to eslnit-config-airbnb, eslint parser, babel plugin, and jsx-a11y plugin
This is an ESlint config targeted toward React.js development.
To use one of the configs, run:
$ yarn add -D eslint-config-codemonkey800-react
Then in your .eslintrc.js
:
module.exports = {
extends: 'codemonkey800-react',
};
npm i eslint-config-codemonkey800-react
6
0.5.6
none