1.0.1 • Published 1 year ago

@iwharris/eslint-config v1.0.1

Weekly downloads
5
License
MIT
Repository
github
Last release
1 year ago

eslint-config

Personal eslint config

Installation and usage

npm install --save-dev @iwharris/eslint-config

Use the following statement in .eslintrc:

{
    "extends": "@iwharris/eslint-config"
}

Or, in package.json:

"eslintConfig": {
    "extends": "@iwharris/eslint-config"
}