Skip to content

Commit

Permalink
Update docs/src/extend/custom-parsers.md
Browse files Browse the repository at this point in the history
Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>
  • Loading branch information
JLHwung and nzakas committed Jul 31, 2023
1 parent 16e1367 commit 1504c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/extend/custom-parsers.md
Expand Up @@ -12,7 +12,7 @@ ESLint custom parsers let you extend ESLint to support linting new non-standard

## Creating a Custom Parser

### Metadata in Custom Parsers
### Meta Data in Custom Parsers

For easier debugging and more effective caching of custom parsers, it's recommended to provide a name and version in a `meta` object at the root of your custom parsers, like this:

Expand Down

0 comments on commit 1504c17

Please sign in to comment.