npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

fly-xo

2.1.0

@lukeed

npmHomeRepoSnykSocket
Downloads:15
$ npm install fly-xo
DailyWeeklyMonthlyYearly

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