2.0.3 • Published 4 years ago

eslint-config-hotmart v2.0.3

Weekly downloads
255
License
MIT
Repository
github
Last release
4 years ago

Hotmart ESLint Config

NPM Release NPM Downloads license

ESLint shareable config for the Hotmart JavaScript style guide

Install

npm install --save-dev eslint-config-hotmart

Usage

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.

Meteor

If you are using Meteor we recomend eslint-plugin-meteor.

Contributing

Generating a new version

When you're ready to generate a new version of the package, run

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

License

Eslint Config Hotmart is released under the terms of the MIT.

2.0.3

4 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

6 years ago

1.11.0

6 years ago

1.10.0

6 years ago

1.9.0

6 years ago

1.8.0

7 years ago

1.7.0

7 years ago

1.6.0

7 years ago

1.5.0

7 years ago

1.4.0

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago