Socket
Book a DemoInstallSign in
Socket

fly-xo

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fly-xo

XO plugin for Fly.

latest
Source
npmnpm
Version
2.1.0
Version published
Maintainers
1
Created
Source

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

Keywords

fly

FAQs

Package last updated on 01 Feb 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts