eslint-config-rocketmq-style
v1.1.1
Published
RocketMQ Node.js SDK's ESLint config.
Downloads
16
Maintainers
Readme
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 eslintUsage
Add this to your .eslintrc file.
{
"extends": [
"rocketmq-style"
]
}