2.1.0 • Published 7 years ago

fly-xo v2.1.0

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

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

2.1.0

7 years ago

2.0.0

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.0.0

8 years ago