1.0.0 • Published 7 years ago

echint-config-dev v1.0.0

Weekly downloads
2
License
CC0-1.0
Repository
github
Last release
7 years ago

echint-config-dev

NPM Version Build Status Licensing

echint-config-dev is a shareable configuration package for editorconfig.

Install

Add echint and echint-config-dev to your project:

npm install --save-dev echint echint-config-dev

Then, add this configuration to your package.json:

{
  "echint": {
    "extends": "dev"
  }
}