3.0.0 • Published 2 years ago

coffeelint-reporter v3.0.0

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

coffeelint-reporter

NPM Version License Tests

A Reporter for Coffeelint

Sample

Install

npm install coffeelint-reporter --save-dev

Usage with cli

coffeelint index.coffee --reporter coffeelint-reporter

Refer coffelint usage with cli here

Usage with Runtime API

const reporter = require('coffeelint-reporter/reporter');

const options = {
  log: false
};

const log = reporter(fileName, lintResults, options);
console.log(log); // formatted log {string}
  • fileName {string} - Headlint for the report
  • lintResults {Array<object>} - Results provided by coffeelint.lint, refer coffeelint api
  • options {object} - Options for reporter
    • log {boolean} - enable or disable logging to console
3.0.0

2 years ago

2.0.3

3 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.6

5 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago