echint-config-dev

A shareable configuration package for editorconfig

Usage no npm install needed!

<script type="module">
  import echintConfigDev from 'https://cdn.skypack.dev/echint-config-dev';
</script>

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