Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 05966e5

Browse files
committed
Update README.md
1 parent 751e774 commit 05966e5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@
2323

2424
Provide a `defineConfig` function for `.eslintrc.js` files.
2525

26+
> This project is written by a human and not automatically generated!
27+
> Unfortunately, this has the disadvantage that not everything is immediately defined. For example, if a rule is not defined, it falls back to a basic definition.
28+
> However, the advantage is that you get documentation for pretty much everything in the code and usually get a direct link to the respective plugin or eslint rule. The types are also strictly typed.
29+
>
30+
> So if you are missing something like a rule or a plugin that should also be supported or a rule definition is e.g. out of date, feel free to open an issue or PR for it.
31+
2632
# Installation
2733

2834
```bash

0 commit comments

Comments
 (0)