Skip to content

Commit

Permalink
fixed folderIcons.ts lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
ShafSpecs committed Apr 29, 2024
1 parent 3fa9174 commit 67a6f4e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/icons/folderIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,14 @@ export const folderIcons: FolderTheme[] = [
},
{
name: 'folder-client',
folderNames: ['.client', 'client', 'clients', 'frontend', 'frontends', 'pwa'],
folderNames: [
'.client',
'client',
'clients',
'frontend',
'frontends',
'pwa',
],
},
{ name: 'folder-tasks', folderNames: ['tasks', 'tickets'] },
{ name: 'folder-android', folderNames: ['android'] },
Expand Down

0 comments on commit 67a6f4e

Please sign in to comment.