docs: update docs

This commit is contained in:
Thea Schöbl
2022-04-21 00:18:18 +02:00
committed by Rainer Killinger
parent bc15df828d
commit f36b1c0588

View File

@@ -7,6 +7,14 @@
## Installation
Put this into your `.eslintrc`
```json
{
"extends": "@openstapps"
}
```
Unfortunately, ESLint requires you to define plugins and configs
your config depends on as `peerDependencies`, which means they
have to be installed manually.
@@ -17,7 +25,7 @@ Use the command
npx install-peerdeps --dev @openstapps/eslint-config
```
Add either the following to your `package.json`:
Or, alternatively, add the following to your `package.json`:
```json
{