eslint-config-nebenan-base

Shareable GoodHood-EU styleguide config for eslint

Usage no npm install needed!

<script type="module">
  import eslintConfigNebenanBase from 'https://cdn.skypack.dev/eslint-config-nebenan-base';
</script>

README

eslint-config-nebenan-base

Shareable GoodHood-EU styleguide config for eslint.

Extends eslint-config-airbnb-base.

A shareable config to enforce GoodHood-EU Styleguide: https://github.com/goodhood-eu/styleguide

To see the rules that this config uses, please read the config itself.

Installation

npm install eslint-config-nebenan-base --save-dev

Usage

If you've installed eslint-config-nebenan-base locally within your project, just set your eslint config to:

{
  "extends": "eslint-config-nebenan-base"
}

MIT License