Skip to content

Commit c9b476c

Browse files
authored
docs: add full stop before eslintrc filename (#429)
1 parent 9934f9c commit c9b476c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Another approach for customizing ESLint config by paths is through [ESLint Casca
110110
This plugin exports several recommended configurations that enforce good practices for specific Testing Library packages.
111111
You can find more info about enabled rules in the [Supported Rules section](#supported-rules), under the `Configurations` column.
112112

113-
Since each one of these configurations is aimed at a particular Testing Library package, they are not extendable between them, so you should use only one of them at once per `eslintrc` file. For example, if you want to enable recommended configuration for React, you don't need to combine it somehow with DOM one:
113+
Since each one of these configurations is aimed at a particular Testing Library package, they are not extendable between them, so you should use only one of them at once per `.eslintrc` file. For example, if you want to enable recommended configuration for React, you don't need to combine it somehow with DOM one:
114114

115115
```json
116116
// ❌ Don't do this

0 commit comments

Comments
 (0)