/fly-eslint

:white_check_mark: :white_check_mark: :white_check_mark: Fly plugin for ESLint

Primary LanguageJavaScriptMIT LicenseMIT

ESLint plugin for Fly.

npm package

Usage

Check out the documentation to see the available options.

Install

npm install -D fly-eslint

Example

export function* test () {
  yield this.source("src/**/*.js").eslint()
}

License

MIT © Jorge Bucaran et al