0.5.0 • Published 8 years ago

coffeelint-reporter-style-for-eslint-formatter v0.5.0

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

coffeelint-reporter-style-for-eslint-formatter

An ESLint formatter in style of CoffeeLint default reporter

Installation

npm install coffeelint-reporter-style-for-eslint-formatter

Usage

Run:

node_modules\.bin\eslint --format ./node_modules/coffeelint-reporter-style-for-eslint-formatter/main.js .

Or add script in your package.json:

  "scripts": {
    "lint": "eslint --format ./node_modules/coffeelint-reporter-style-for-eslint-formatter/main.js ."
  }
0.5.0

8 years ago

0.4.0

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago