Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
msobiecki authored Sep 3, 2023
1 parent 50f6ff4 commit 1b82011
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,23 +43,27 @@ To use this ESLint configuration, you need to extend it in your project's `.esli

### jest configuration

#### base
```json
# base
{
"extends": [
"@msobiecki/eslint-config/jest"
]
}
```

# dom
#### dom
```json
{
"extends": [
"@msobiecki/eslint-config/jest"
"@msobiecki/eslint-config/jest-dom"
]
}
```

# react
#### react
```json
{
"extends": [
"@msobiecki/eslint-config/jest"
Expand Down

0 comments on commit 1b82011

Please sign in to comment.