You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ One way of restricting ESLint config by file patterns is by using [ESLint `overr
80
80
81
81
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:
82
82
83
-
```json
83
+
```javascript
84
84
// .eslintrc
85
85
{
86
86
// 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