Skip to content

Commit f4a8171

Browse files
committed
update readme
1 parent 15a4afa commit f4a8171

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,10 @@ npm install --save-dev eslint astro-eslint-parser
4141

4242
## 📖 Usage
4343

44-
1. Write `overrides.parser` option into your `.eslintrc.*` file.
44+
**First, we recommend using [eslint-plugin-astro] rather than just the parser.**
45+
The following usage it are for introducing only the parser. This is not useful for most people. It can be useful if you create your own plugin.
46+
47+
1. Write `overrides[*].parser` option into your `.eslintrc.*` file.
4548

4649
```json
4750
{

0 commit comments

Comments
 (0)