Linter configuration for JavaScript project based on airbnb rules with some custom changes.
Since the module is not published yet pull it form github.
npm i -D @joinbox/eslint-config-joinbox
Add the following line to the .eslintrc
file in the project root folder.
{
"extends": "@joinbox/joinbox"
}
The guidelines can be found here.