1.0.1 • Published 6 years ago

eslint-config-edjopato v1.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

my eslint config

I have multiple projects with the same eslint config again and again. Changing something means changing it in every project. This hopefully simplifies it.

Usage

npm i --save-dev eslint-config-edjopato

then adapt your package.json to include this:

{
  "scripts": {
    "eslint-update": "eslint-update"
  }
}

then run the script:

npm run eslint-update
1.0.1

6 years ago

1.0.0

6 years ago