Skip to content

Commit c056f2b

Browse files
committed
Updated icon name
1 parent 6b0a8bb commit c056f2b

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

File renamed without changes.

src/icons/fileIcons.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ export const fileIcons: FileIcons = {
710710
{ name: 'ngrx-actions', fileExtensions: ['actions.ts'], enabledFor: [IconPack.Ngrx] },
711711
{ name: 'ngrx-effects', fileExtensions: ['effects.ts'], enabledFor: [IconPack.Ngrx] },
712712
{ name: 'ngrx-entity', fileNames: ['.entity'], enabledFor: [IconPack.Ngrx] },
713-
{ name: 'sonar', fileNames: ['.sonarrc'] },
713+
{ name: 'webhint', fileNames: ['.hintrc'] },
714714
{ name: 'browserlist', fileNames: ['browserslist', '.browserslistrc'], light: true },
715715
{ name: 'crystal', fileExtensions: ['cr'], light: true },
716716
{ name: 'snyk', fileNames: ['.snyk'] },

0 commit comments

Comments
 (0)