@pandora-box/eslint-config-base
v0.1.3
Published
Base plugins and rules setup
Downloads
5
Maintainers
Readme
Eslint Base Config
Installation
npm install -D @pandora-box/eslint-config-base
Setup
Add the following code to your .eslintrc file:
{
"extends": ["@pandora-box/base"]
}