2.1.2 • Published 9 months ago
@helga-agency/eslint-config-joinbox v2.1.2
Helga Linter Configuration
Linter configuration for JavaScript project based on airbnb rules with some custom changes.
Installation
Since the module is not published yet pull it form github.
npm i -D @helga-agency/eslint-config-joinbox
Usage
Add the following line to the .eslintrc
file in the project root folder.
{
"extends" : ["@helga-agency/joinbox"],
"root" : true
}
Helga Coding Guildelines
The guidelines can be found here.