CrytoMiner2020 / eslint-config-protocol

A shared ESLint config for Protocol related projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"

About

A shared ESLint config for Protocol related projects

License:Mozilla Public License 2.0


Languages

Language:JavaScript 100.0%