@commutatus/eslint-config
v1.1.3
Published
ESLint config by commutatus
Readme
Introduction
A Shareable ESLint Config by Commutatus.
Installation
npm install @commutatus/eslint-configUsage
Extend the installed config in your .eslintrc file:
{
"extends": "@commutatus/eslint-config"
}You can omit eslint-config as well, since the directory / package name is eslint-config itself, this would be assumed by ESLint automatically.
{
"extends": "@commutatus"
}You can override settings from the shareable config by adding them directly into your
.eslintrc file.
