@xandme-protocol/eslint-config
v1.1.0
Published
A shared ESLint config for Protocol related projects
Readme
eslint-config-protocol
A shared ESLint config for Protocol related projects.
Installation
npm install @mozilla-protocol/eslint-config --save-devConfiguration
For browser environments, extend your .eslintrc.js config file with default rule set:
extends: "@mozilla-protocol/eslint-config"For Node environments, extend the index-node rule set:
extends: "@mozilla-protocol/eslint-config/index-node"