JSPM

taskr-xo

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q26146F
  • License MIT

XO plugin for Taskr

Package Exports

  • taskr-xo

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (taskr-xo) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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