Skip to content

anjanms/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@anjanms/eslint-config

Shareable ESLint Configuration

Installation

npm install --save-dev eslint eslint-plugin-node @anjanms/eslint-config

Optional: Install eslint-cli globally for ease of use.

npm install --global eslint-cli

Configuration

.eslintrc.json

{
    "env": {
        "browser": false,
        "commonjs": false,
        "node": false
    },
    "extends": "@anjanms/eslint-config",
    "root": true
}

About

Shareable ESLint Configuration

Resources

License

Stars

Watchers

Forks

Packages

No packages published