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

https://github.com/flet/eslint-to-esformatter


https://github.com/flet/eslint-to-esformatter

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# eslint-to-esformatter - **WORK IN PROGRESS**

[![npm][npm-image]][npm-url]
[![travis][travis-image]][travis-url]

[![js-semistandard-style](https://cdn.rawgit.com/Flet/semistandard/master/badge.svg)](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)