jscs-config-allenmoore

1.0.0 • Public • Published

JSCS Config AllenMoore

JSCS shareable config

Build Status NPM Version

NPM

Installation

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

Usage

JSCS shareable config

In package.json:

{
  "scripts": {
    "lint": "jscs ."
  },
  "devDependencies": {
    "jscs": "",
    "jscs-config-allenmoore": ""
  },
  "jscsConfig": {
    "preset": "allenmoore"
  }
}

Or:

{
  "scripts": {
    "lint": "jscs -p allenmoore ."
  },
  "devDependencies": {
    "jscs": "",
    "jscs-config-allenmoore": ""
  }
}

Or, in .jscsrc:

{
  "preset": "allenmoore"
}

Then lint:

npm run lint

Package Sidebar

Install

npm i jscs-config-allenmoore

Weekly Downloads

0

Version

1.0.0

License

GLP-2.0+

Last publish

Collaborators

  • allenmoore