Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bysabi/standard-cliengine

expose ESLint `CLIEngine` instance of standard-engine
https://github.com/bysabi/standard-cliengine

eslint linter prettier prettier-eslint standard standard-engine

Last synced: about 2 months ago
JSON representation

expose ESLint `CLIEngine` instance of standard-engine

Awesome Lists containing this project

README

        

# standard-cliengine

Expose ESLint [CLIEngine](http://eslint.org/docs/developer-guide/nodejs-api#cliengine) instance of [standard-engine](https://github.com/standard/standard-engine)

[![npm version](https://badge.fury.io/js/standard-cliengine.svg)](https://badge.fury.io/js/standard-cliengine)
[![npm downloads](https://img.shields.io/npm/dm/standard-cliengine.svg?style=flat-square)](https://www.npmjs.com/package/standard-cliengine)

## Used by
* [standard-prettier-eslint][standard-prettier-eslint], a helper package for integrate [standard][standard] with [prettier][prettier]
* [semistandard-prettier-eslint][semistandard-prettier-eslint], a helper package for integrate [semistandard][semistandard] with [prettier][prettier]

## License

[MIT][mit-license]

[mit-license]:./LICENSE

[standard-prettier-eslint]: https://github.com/bySabi/standard-prettier-eslint
[semistandard-prettier-eslint]: https://github.com/bySabi/semistandard-prettier-eslint
[standard]: https://github.com/standard/standard
[semistandard]: https://github.com/Flet/semistandard
[prettier]: https://github.com/prettier/prettier