1.6.2 • Published 6 years ago
@msg-labs/eslint-config v1.6.2
ESLint configuration
Installation
npm install --save-dev @msg-labs/eslint-configUsage
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"
}