Skip to content

Commit ed5fc3b

Browse files
authored
docs: mention that config files need to be in javascript (#14)
1 parent 2f0b9ea commit ed5fc3b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ Then configure the rules you want to use _for your config(s)_ using `overrides`:
4848
```
4949

5050
The rules assume that the files they're linting are configs meant for ESLint.
51+
Also note that while ESLint can be configured using JSON and YAML files, it
52+
doesn't support linting those file types meaning this plugin will not work if
53+
you're not using a `.js` config file.
5154

5255
## Shareable configurations
5356

0 commit comments

Comments
 (0)