We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41768bf commit 7dcd570Copy full SHA for 7dcd570
.codeclimate.yml
@@ -2,7 +2,6 @@ version: "2"
2
exclude_patterns:
3
- ".*/"
4
- "docs/"
5
- - "integration-testing/"
6
- "**/node_modules/"
7
- "scripts/"
8
- "**/__mocks__/"
.eslintignore
@@ -1,4 +1,3 @@
1
docs/
-integration-testing/
lib/
node_modules/
.npmignore
@@ -8,7 +8,6 @@ temp/
9
# Test files
10
jest.config.js
11
12
__tests__/
13
__mocks__/
14
*.test.ts
tsconfig.json
@@ -25,6 +25,5 @@
25
"strict": true,
26
"target": "ESNext",
27
"verbatimModuleSyntax": true
28
- },
29
- "exclude": ["integration-testing/"]
+ }
30
}
0 commit comments