@openregion/eslint-config
v1.0.0
Published
ESLint shared config
Downloads
3
Readme
ESLint shared config
Open Region ESLint shared config
Usage
Install package
npm install --save-dev @openregion/eslint-config
Create .eslintrc
file with this content
{
"extends": [
"@openregion"
]
}