@immowelt/eslint-config-immowelt-es6

v1.0.0
JavaScript Standard Style For Immowelt ES6 Projects - ESLint Shareable Config
eslint immowelt config immonet

@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.

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

Metadata

  • MIT
  • Whatever
  • Immonet dev team
  • released 2/19/2018

Downloads