@burnmaniac/eslint-config-react-app
v1.0.1
Published
ESLint configuration for React projects
Downloads
19
Readme
@burnmaniac/eslint-config-react-app
This package contains ESLint configuration for React projects.
Usage
Install:
$ npm install --save-dev @burnmaniac/eslint-config-react-appor with yarn
$ yarn add --dev @burnmaniac/eslint-config-react-appCreate a file named .eslintrc in the root folder of your project:
{
"extends": "@burnmaniac/eslint-config-react-app",
"rules": {
"valid-jsdoc": "warn",
"require-jsdoc": "off"
}
}Learn more about configuring ESLint on the ESLint website.
