Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

Commit f304b52

Browse files
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 <[email protected]>
1 parent f334de7 commit f304b52

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@
7575
},
7676
"prettier": {
7777
"semi": true,
78-
"singleQuote": true,
79-
"parser": "babel"
78+
"singleQuote": true
8079
}
8180
}

0 commit comments

Comments
 (0)