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" }