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