fly-eslint

ESLint plugin for Fly

Usage no npm install needed!

<script type="module">
  import flyEslint from 'https://cdn.skypack.dev/fly-eslint';
</script>

README

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