1.1.0 • Published 3 months ago

@anjanms/eslint-config v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

@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
}