Skip to content

Commit

Permalink
Fix invalid YAML in import/parsers example
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Apr 18, 2023
1 parent afaefbb commit 328064a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ directly using webpack, for example:
# .eslintrc.yml
settings:
import/parsers:
@typescript-eslint/parser: [ .ts, .tsx ]
"@typescript-eslint/parser": [ .ts, .tsx ]
```

In this case, [`@typescript-eslint/parser`](https://www.npmjs.com/package/@typescript-eslint/parser)
Expand Down

0 comments on commit 328064a

Please sign in to comment.