Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xadillax/eslint-config-rocketmq-style


https://github.com/xadillax/eslint-config-rocketmq-style

Last synced: 29 days ago
JSON representation

Awesome Lists containing this project

README

        

# eslint-config-rocketmq-style

A set of ESLint shareable configs for JavaScript code style of RocketMQ SDK.

## Installation

```sh
$ npm install --save-dev eslint-config-rocketmq-style
$ npm install --save-dev eslint
```

## Usage

Add this to your `.eslintrc` file.

```json
{
"extends": [
"rocketmq-style"
]
}
```