Skip to content

burnmaniac/eslint-config-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@burnmaniac/eslint-config-base

This package contains ESLint configuration for JavaScript projects.

Usage

Install:

$ npm install --save-dev @burnmaniac/eslint-config-base

or with yarn

$ yarn add --dev @burnmaniac/eslint-config-base

Create a file named .eslintrc in the root folder of your project:

{
    "root": true,
    "extends": "@burnmaniac/eslint-config-base",
    "rules": {
        "valid-jsdoc": "warn",
        "require-jsdoc": "off"
    }
}

Learn more about configuring ESLint on the ESLint website.

About

ESLint configuration for JavaScript projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published