add support for jsonc files in conform
This commit is contained in:
parent
3836cc96b9
commit
40a37b573e
1 changed files with 2 additions and 0 deletions
|
@ -49,6 +49,7 @@
|
|||
markdown = prettier;
|
||||
yaml = prettier;
|
||||
json = prettier;
|
||||
jsonc = prettier;
|
||||
svelte = prettier;
|
||||
html = prettier;
|
||||
css = prettier;
|
||||
|
@ -153,6 +154,7 @@
|
|||
markdown = "md",
|
||||
yaml = "yaml",
|
||||
json = "json",
|
||||
jsonc = "jsonc",
|
||||
svelte = "svelte",
|
||||
html = "html",
|
||||
css = "css",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue