jscs-config-dev

A shareable configuration package for jscs

Usage no npm install needed!

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

README

jscs-config-dev JSCS Logo

NPM Version Build Status Licensing

jscs-config-dev is a shareable configuration package for jscs.

Install

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

npm install --save-dev jscs jscs-config-dev

Then, add this configuration to your package.json:

{
  "jscsConfig": {
    "extends": "dev"
  }
}