Skip to content

Commit de9dfc2

Browse files
authored
Update README.md
1 parent 51a87c2 commit de9dfc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Also, [JSONC] and [JSON5], which are variants of [JSON], are more similar to Jav
2929

3030
### How does `eslint-plugin-jsonc` work?
3131

32-
This plugin parses `.json` with its own parser, but this parser just converts AST parsed by `espree` (ESLint standard parser) into AST with another name. However, ASTs that do not exist in [JSON] and JSON-superset syntaxes are reported as parsing errors. By converting the AST to another name, we prevent false positives from ESLint core rules.
32+
This plugin parses `.json` with its own parser, but this parser just converts AST parsed by `espree` (ESLint standard parser) into AST with another name. However, ASTs that do not exist in [JSON] and the superset of JSON syntaxes are reported as parsing errors. By converting the AST to another name, we prevent false positives from ESLint core rules.
3333
Moreover, You can do the same linting using the extended rules of the ESLint core rules provided by this plugin.
3434

3535
<!--DOCS_IGNORE_START-->

0 commit comments

Comments
 (0)