Package Exports
- eslint-config-hotmart
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (eslint-config-hotmart) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Hotmart ESLint Config
ESLint shareable config for the Hotmart JavaScript style guide
Install
npm install eslint-config-hotmart
Usage
Shareable Configs are designed to work with the extends
feature of .eslintrc
files.
Run:
npm install --save-dev eslint-config-hotmart
Then, 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.
License
Eslint Config Hotmart is released under the terms of the MIT.