2.0.0 • Published 8 years ago

@modulus/standard v2.0.0

Weekly downloads
19
License
MIT
Repository
github
Last release
8 years ago

JavaScript Standard Modulus Style

version build license

A standard-engine implementation wrapping the eslint-config-modulus shared config.

Install

npm install @modulus/standard --save-dev

Usage

$ mod-standard
Error: Use JavaScript Standard Modulus Style
  lib/torrent.js:950:11: Expected '===' and instead saw '=='.

Lint before testing

// package.json
{
  "scripts": {
    "pretest": "mod-standard",
    "test": "lab -c"
  }
}