Skip to content

Commit

Permalink
feat: added icon for the lighthouse config files (#1215)
Browse files Browse the repository at this point in the history
* feat: added icon for the lighthouse config files

* style: prettier

* style: prettier

* fix: revert optimizing

* fix: replaced by icon from the material library

* fix: update icon
  • Loading branch information
bart-krakowski authored Sep 16, 2021
1 parent 9edde28 commit 692bee5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions icons/lighthouse.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1655,6 +1655,19 @@ export const fileIcons: FileIcons = {
{ name: 'teal', fileExtensions: ['tl'] },
{ name: 'template', fileExtensions: ['template'] },
{ name: 'astyle', fileNames: ['.astylerc'] },
{
name: 'lighthouse',
fileNames: [
'.lighthouserc.js',
'lighthouserc.js',
'.lighthouserc.json',
'lighthouserc.json',
'.lighthouserc.yml',
'lighthouserc.yml',
'.lighthouserc.yaml',
'lighthouserc.yaml',
],
},
{
name: 'svgr',
fileNames: [
Expand Down

0 comments on commit 692bee5

Please sign in to comment.