https://github.com/flet/eslint-to-esformatter
https://github.com/flet/eslint-to-esformatter
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flet/eslint-to-esformatter
- Owner: Flet
- License: isc
- Created: 2015-04-08T22:26:59.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-25T00:17:55.000Z (about 11 years ago)
- Last Synced: 2024-05-02T02:58:08.479Z (about 2 years ago)
- Language: JavaScript
- Size: 216 KB
- Stars: 30
- Watchers: 9
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# eslint-to-esformatter - **WORK IN PROGRESS**
[![npm][npm-image]][npm-url]
[![travis][travis-image]][travis-url]
[](https://github.com/Flet/semistandard)
[npm-image]: https://img.shields.io/npm/v/eslint-to-esformatter.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/eslint-to-esformatter
[travis-image]: https://img.shields.io/travis/flet/eslint-to-esformatter.svg?style=flat-square
[travis-url]: https://travis-ci.org/Flet/eslint-to-esformatter
Convert .eslintrc into esformatter JSON.
## Install
```
npm install eslint-to-esformatter
```
## Usage
```js
var eslintToEsformatter = require('eslint-to-esformatter')
```
## Contributing
[Open-2](CONTRIBUTING.md)
## License
[ISC](LICENSE.md)