1.1.1 • Published 5 years ago

eslint-config-rocketmq-style v1.1.1

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
5 years ago

eslint-config-rocketmq-style

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

Installation

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

Usage

Add this to your .eslintrc file.

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