Skip to content

taskrjs/fly-eslint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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