From 1b820112cd6823e5276010cf69226dea1cf74b49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Sobiecki?= Date: Sun, 3 Sep 2023 14:07:36 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 58340f9..b34b5d0 100644 --- a/README.md +++ b/README.md @@ -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"