Skip to content

Commit

Permalink
feat: add lintstaged support
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoporto committed Mar 6, 2024
1 parent d427fa7 commit 5c9aac1
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
8 changes: 8 additions & 0 deletions icons/lintstaged.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 15 additions & 1 deletion src/icons/fileIcons.ts
Expand Up @@ -37,7 +37,6 @@ export const fileIcons: FileIcons = {
'.jsbeautifyrc',
'.esformatter',
'cdp.pid',
'.lintstagedrc',
'.whitesource',
],
},
Expand Down Expand Up @@ -2322,6 +2321,21 @@ export const fileIcons: FileIcons = {
'lighthouserc.yaml',
],
},
{
name: 'lintstaged',
fileNames: [
'.lintstagedrc',
'.lintstagedrc.json',
'.lintstagedrc.yaml',
'.lintstagedrc.yml',
'.lintstagedrc.mjs',
'lint-staged.config.mjs',
'.lintstagedrc.cjs',
'lint-staged.config.cjs',
'lint-staged.config.js',
'.lintstagedrc.js',
],
},
{
name: 'svgr',
fileNames: [
Expand Down

0 comments on commit 5c9aac1

Please sign in to comment.