UNPKG

1.43 kBMarkdownView Raw
1# @immowelt/eslint-config-immowelt-react
2
3[![Powered by Immowelt](https://img.shields.io/badge/powered%20by-immowelt-yellow.svg?colorB=ffb200)](https://stackshare.io/immowelt-group/)
4[![Build Status](https://travis-ci.org/ImmoweltGroup/eslint-config-immowelt-react.svg?branch=master)](https://travis-ci.org/ImmoweltGroup/eslint-config-immowelt-react)
5[![Renovate enabled](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovateapp.com/)
6[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
7
8This package provides base ([eslint-config-immowelt-base](https://github.com/ImmoweltGroup/eslint-config-immowelt-base)) and react (this package) configurations used by [ImmoweltGroup](https://github.com/ImmoweltGroup).
9
10## Usage
11
12Add it to your dependencies.
13
14```bash
15yarn add @immowelt/eslint-config-immowelt-react --dev
16```
17
18Use it in your ESLint settings.
19
20```json
21{
22 "extends": "@immowelt/eslint-config-immowelt-react"
23}
24```
25
26## Linting Bundle
27
28* [eslint-config-immowelt-base](https://github.com/ImmoweltGroup/eslint-config-immowelt-base)
29* [eslint-config-immowelt-react](https://github.com/ImmoweltGroup/eslint-config-immowelt-react)
30* [stylelint-config-immowelt](https://github.com/ImmoweltGroup/stylelint-config-immowelt)
31
32## License
33
34See the `LICENSE` file at the root of the repository.