Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xadillax/eslint-config-rocketmq-style
https://github.com/xadillax/eslint-config-rocketmq-style
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/xadillax/eslint-config-rocketmq-style
- Owner: XadillaX
- License: apache-2.0
- Created: 2018-11-28T02:51:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-28T03:30:45.000Z (almost 6 years ago)
- Last Synced: 2024-10-05T01:53:03.752Z (about 1 month ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
]
}
```