Skip to content

Commit 9931a51

Browse files
authored
docs: avoid weird formatting on json comments
1 parent fd9bc6b commit 9931a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ One way of restricting ESLint config by file patterns is by using [ESLint `overr
8080

8181
Assuming you are using the same pattern for your test files as [Jest by default](https://jestjs.io/docs/configuration#testmatch-arraystring), the following config would run `eslint-plugin-testing-library` only against your test files:
8282

83-
```json
83+
```javascript
8484
// .eslintrc
8585
{
8686
// 1) Here we have our usual config which applies to the whole project, so we don't put testing-library preset here.

0 commit comments

Comments
 (0)