Skip to content

Commit

Permalink
feat: support biome.jsonc (#2316)
Browse files Browse the repository at this point in the history
  • Loading branch information
Birdie0 committed May 8, 2024
1 parent 86296f8 commit 0da8b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icons/fileIcons.ts
Expand Up @@ -2292,7 +2292,7 @@ export const fileIcons: FileIcons = {
'panda.config.cjs',
],
},
{ name: 'biome', fileNames: ['biome.json'] },
{ name: 'biome', fileNames: ['biome.json', 'biome.jsonc'] },
{
name: 'esbuild',
fileNames: [
Expand Down

0 comments on commit 0da8b3e

Please sign in to comment.