@immowelt/eslint-config-immowelt-es5

1.1.2 • Public • Published

@immowelt/eslint-config-immowelt-es5

Powered by Immowelt Build Status dependencies Status devDependencies Status Renovate enabled semantic-release

This package servers as the basis for the JavaScript standards of the Immowelt GmbH.

It sets a bunch of rules and warnings for best practices on how to write a maintainable JavaScript code base, as well as hints on how to write a good performing es5 application.

Usage

If you want to use the @immowelt/eslint-config-immowelt-es5 config, you can install it by executing:

npm i -D @immowelt/eslint-config-immowelt-es5

Then create a file named .eslintrc with following contents in the root folder of your project:

{
  "extends": "@immowelt/eslint-config-immowelt-es5"
}

Commit guidelines and semantic release

Our repositories make great use of semantic-release. Please follow the release guidelines.

Licensing

See the LICENSE file at the root of the repository.

Package Sidebar

Install

npm i @immowelt/eslint-config-immowelt-es5

Weekly Downloads

1

Version

1.1.2

License

MIT

Unpacked Size

137 kB

Total Files

10

Last publish

Collaborators

  • immowelt-ci
  • inkdpixels