Package detail

echint-config-dev

jonathantneal9CC0-1.01.0.0

A shareable configuration package for editorconfig

editorconfig, editor-config, eshint-config, eshintconfig

readme

echint-config-dev EditorConfig Logo

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