@immowelt/eslint-config-immowelt-es5
v1.1.2
Published
JavaScript Standard Style For Immowelt ES5 Projects - ESLint Shareable Config
Downloads
4
Readme
@immowelt/eslint-config-immowelt-es5
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.