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

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