Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taskrjs/fly-eslint
Fly plugin for ESLint
https://github.com/taskrjs/fly-eslint
fly
Last synced: 2 months ago
JSON representation
Fly plugin for ESLint
- Host: GitHub
- URL: https://github.com/taskrjs/fly-eslint
- Owner: taskrjs
- License: mit
- Created: 2015-06-30T14:50:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-27T12:14:59.000Z (almost 8 years ago)
- Last Synced: 2024-10-04T23:04:40.277Z (3 months ago)
- Topics: fly
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 14
- Watchers: 4
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> [ESLint](http://eslint.org/) plugin for _[Fly][fly]_.
[![][fly-badge]][fly]
[![npm package][npm-ver-link]][releases]
[![][dl-badge]][npm-pkg-link]
[![][travis-badge]][travis-link]
[![][mit-badge]][mit]## Usage
> Check out the [documentation](http://eslint.org/docs/user-guide/command-line-interface) to see the available options.### Install
```a
npm install -D fly-eslint
```### Example
```js
export function* test () {
yield this.source("src/**/*.js").eslint()
}
```# License
[MIT][mit] © [Jorge Bucaran][author] et [al][contributors]
[mit]: http://opensource.org/licenses/MIT
[author]: http://about.bucaran.me
[contributors]: https://github.com/bucaran/fly-eslint/graphs/contributors
[releases]: https://github.com/bucaran/fly-eslint/releases
[fly]: https://www.github.com/flyjs/fly
[fly-badge]: https://img.shields.io/badge/fly-JS-05B3E1.svg?style=flat-square
[mit-badge]: https://img.shields.io/badge/license-MIT-444444.svg?style=flat-square
[npm-pkg-link]: https://www.npmjs.org/package/fly-eslint
[npm-ver-link]: https://img.shields.io/npm/v/fly-eslint.svg?style=flat-square
[dl-badge]: http://img.shields.io/npm/dm/fly-eslint.svg?style=flat-square
[travis-link]: https://travis-ci.org/bucaran/fly-eslint
[travis-badge]: http://img.shields.io/travis/bucaran/fly-eslint.svg?style=flat-square