1.0.0 • Published 7 years ago

taskr-xo v1.0.0

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

taskr-xo TravisCI npm

XO plugin for Taskr.

Install

$ npm install --save-dev taskr-xo

Usage

exports.lint = function * (task) {
  yield task.source('test/**/*.js')
    .xo({
      semicolon: false
    })
    // ...
    .target('dist');
}

API

.xo(options)

Any options you pass in will override XO's default settings.

Read more about configuring XO for details.

options.quiet

Type: boolean Default: false

Report errors only.

License

MIT © Luke Edwards