Skip to content

Commit 328064a

Browse files
authored
Fix invalid YAML in import/parsers example
1 parent afaefbb commit 328064a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ directly using webpack, for example:
355355
# .eslintrc.yml
356356
settings:
357357
import/parsers:
358-
@typescript-eslint/parser: [ .ts, .tsx ]
358+
"@typescript-eslint/parser": [ .ts, .tsx ]
359359
```
360360

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

0 commit comments

Comments
 (0)