We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15a4afa commit f4a8171Copy full SHA for f4a8171
README.md
@@ -41,7 +41,10 @@ npm install --save-dev eslint astro-eslint-parser
41
42
## 📖 Usage
43
44
-1. Write `overrides.parser` option into your `.eslintrc.*` file.
+**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.
48
49
```json
50
{
0 commit comments