@msg-labs/eslint-config
v1.6.2
Published
ESLint shareable configuration
Downloads
30
Maintainers
Readme
ESLint configuration
Installation
npm install --save-dev @msg-labs/eslint-config
Usage
if you already have an .eslintrc
file, add the following line to it:
"extends": "@msg-labs"
otherwise initialize one with the following snippet:
{
"extends": "@msg-labs"
}