1.1.0 • Published 5 years ago

@xandme-protocol/eslint-config v1.1.0

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

eslint-config-protocol

Build Status

A shared ESLint config for Protocol related projects.

Installation

npm install @mozilla-protocol/eslint-config --save-dev

Configuration

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"