ESLint shareable config for eNotes.com, Inc.
#install
$ npm install --save-dev eslint-config-enotes-base
#usage
{
"extends": ["eslint-config-enotes-base"],
}
You can override settings from the shareable config by adding them directly into your .eslintrc
file.