Skip to content

Commit

Permalink
fix: use plain parser for **/*.html files
Browse files Browse the repository at this point in the history
  • Loading branch information
auvred committed Apr 1, 2024
1 parent 0bfb6ca commit c600cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configs/format.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export function format(): FlatConfigItem[] {
},
},
{
files: [GLOB_STYLE, GLOB_POSTCSS, GLOB_YAML, GLOB_GRAPHQL],
files: [GLOB_STYLE, GLOB_POSTCSS, GLOB_YAML, GLOB_GRAPHQL, GLOB_HTML],
languageOptions: {
parser: parserPlain,
},
Expand Down

0 comments on commit c600cda

Please sign in to comment.