@baevra/eslint-config-common
v1.0.1
Published
Common eslint configuration
Downloads
4
Readme
eslint-config-common
This package includes the shareable ESLint configuration used by Baevra
Usage
Install package
npm install --save-dev @baevra/eslint-config-common
Create .eslintrc.json
file with following contents
{
"extends": "@baevra/eslint-config-common"
}