Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bysabi/standard-cliengine
- Owner: bySabi
- License: mit
- Created: 2017-07-01T14:55:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-05T14:30:04.000Z (over 7 years ago)
- Last Synced: 2024-04-26T00:10:01.794Z (9 months ago)
- Topics: eslint, linter, prettier, prettier-eslint, standard, standard-engine
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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