Skip to content

Commit a13208b

Browse files
committed
feat(eslint-config): extend extraneous deps pattern
1 parent 0c936d1 commit a13208b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.changeset/young-ways-hammer.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@apitree.cz/eslint-config': patch
3+
---
4+
5+
Extend extraneous deps pattern

packages/eslint-config/src/constants.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@ export const extraneousDependenciesPatterns = [
22
'**/*.config.js',
33
'**/*.config.ts',
44
'**/.storybook/**/*',
5+
'**/__mocks__/**/*',
56
'**/codegen.ts',
7+
'**/docs/**/*',
68
'**/mock/**/*',
79
'**/mocks/**/*',
810
'**/scripts/**/*',
911
'**/stories/**/*',
10-
'**/storybook/config/**/*',
12+
'**/storybook/**/*',
1113
'**/test/**/*',
1214
'**/tests/**/*',
1315
'**/types/*.d.ts',

0 commit comments

Comments
 (0)