Skip to content

Commit 8175a51

Browse files
authored
feat: add lintstaged icons (#2794)
1 parent 96e1e72 commit 8175a51

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

icons/lintstaged.svg

Lines changed: 3 additions & 0 deletions
Loading

src/core/icons/fileIcons.ts

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ export const fileIcons: FileIcons = {
4141
'.jsbeautifyrc',
4242
'.esformatter',
4343
'cdp.pid',
44-
'.lintstagedrc',
4544
'.whitesource',
4645
],
4746
},
@@ -3113,6 +3112,21 @@ export const fileIcons: FileIcons = {
31133112
name: 'dependencies-update',
31143113
fileExtensions: ['.ncurc.json', '.ncurc.yml', '.ncurc.js'],
31153114
},
3115+
{
3116+
name: 'lintstaged',
3117+
fileNames: [
3118+
'.lintstagedrc',
3119+
'.lintstagedrc.json',
3120+
'.lintstagedrc.yaml',
3121+
'.lintstagedrc.yml',
3122+
'.lintstagedrc.mjs',
3123+
'.lintstagedrc.cjs',
3124+
'lint-staged.config.mjs',
3125+
'lint-staged.config.cjs',
3126+
'lint-staged.config.js',
3127+
'.lintstagedrc.js',
3128+
],
3129+
},
31163130
{
31173131
name: 'histoire',
31183132
patterns: {

0 commit comments

Comments
 (0)