Shareable ESLint config for Dipcode.
The package provides Dipcode's .eslintrc as an extensible shared config.
Install the config
npm install --save-dev @dipcode/eslint-configThen configure eslint to use the configuration.
.eslintrc.json
{
"root": true,
"extends": "@dipcode/eslint-config"
}.eslintrc.json
{
"root": true,
"extends": "@dipcode/eslint-config/typescript"
}