fly-xo

2.1.0 • Public • Published

fly-xo npm package

XO plugin for Fly.

Install

npm install --save-dev fly-xo

Usage

export.default = function * () {
  yield this.source('scripts/**/*.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

Package Sidebar

Install

npm i fly-xo

Weekly Downloads

1

Version

2.1.0

License

MIT

Last publish

Collaborators

  • lukeed