@superbet/eslint-config-legacy
v1.0.0
Published
ESLint configuration for legacy JavaScript projects, recommended by Superbet
Downloads
3
Readme
Superbet's Recommended ESLint Configuration for Legacy Projects
Use this configuration for legacy projects, while you're migrating to a new architecture.
Installation
npm i -SE @superbet/eslint-config-legacy
.eslintrc
{
"extends": "@superbet/eslint-config-legacy"
}