Skip to content

burnmaniac/eslint-config-react-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@burnmaniac/eslint-config-react-app

This package contains ESLint configuration for React projects.

Usage

Install:

$ npm install --save-dev @burnmaniac/eslint-config-react-app

or with yarn

$ yarn add --dev @burnmaniac/eslint-config-react-app

Create 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.

About

ESLint configuration for React projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published