This repository was archived by the owner on Oct 24, 2025. It is now read-only.
Commit f304b52
committed
test: remove parser option from prettier
The `parser` option exists to force prettier to conform to a particular
style. The docs recommend that this only be implemented in an `overrides`
section, to prevent parsing one file as another.
See https://prettier.io/docs/en/configuration.html#setting-the-parserdocsenoptionshtmlparser-option
Since the code is linted correctly without the override, and we want to
lint Markdown, remove this configuration.
Signed-off-by: Mike Fiedler <miketheman@gmail.com>1 parent f334de7 commit f304b52
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
79 | | - | |
| 78 | + | |
80 | 79 | | |
81 | 80 | | |
0 commit comments