Hotmart JavaScript Style
npm install eslint-config-hotmart


> ESLint shareable config for the Hotmart JavaScript style guide
``bash`
npm install --save-dev eslint-config-hotmart
Shareable Configs are designed to work with the extends feature of .eslintrc files.
After installation, add this to your .eslintrc file:
``
{
"extends": "hotmart"
}
Note: We omitted the eslint-config- prefix since it is automatically assumed by ESLint.
You can override settings from the shareable config by adding them directly into your .eslintrc file.
If you are using Meteor we recomend eslint-plugin-meteor.
When you're ready to generate a new version of the package, run
`bash`
npm run release
It will lint the code, ask you for the new version format, create the tag with the new version, push it to Github and generate a new release using release`
Eslint Config Hotmart is released under the terms of the MIT.