1.0.0 • Published 7 years ago

@immowelt/eslint-config-immowelt-es6 v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

@immowelt/eslint-config-immowelt-es6

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 es6 application.

Usage

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

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

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

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

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.