We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c936d1 commit a13208bCopy full SHA for a13208b
.changeset/young-ways-hammer.md
@@ -0,0 +1,5 @@
1
+---
2
+'@apitree.cz/eslint-config': patch
3
4
+
5
+Extend extraneous deps pattern
packages/eslint-config/src/constants.ts
@@ -2,12 +2,14 @@ export const extraneousDependenciesPatterns = [
'**/*.config.js',
'**/*.config.ts',
'**/.storybook/**/*',
+ '**/__mocks__/**/*',
6
'**/codegen.ts',
7
+ '**/docs/**/*',
8
'**/mock/**/*',
9
'**/mocks/**/*',
10
'**/scripts/**/*',
11
'**/stories/**/*',
- '**/storybook/config/**/*',
12
+ '**/storybook/**/*',
13
'**/test/**/*',
14
'**/tests/**/*',
15
'**/types/*.d.ts',
0 commit comments