Skip to content

Commit f867d3b

Browse files
committed
Removed unnecessary data connect changes
1 parent df4a115 commit f867d3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/data-connect/.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module.exports = {
2424
tsconfigRootDir: __dirname
2525
},
2626
plugins: ['import'],
27-
ignorePatterns: ['compat/*', 'example-integration/*'],
27+
ignorePatterns: ['compat/*'],
2828
rules: {
2929
'no-console': ['error', { allow: ['warn', 'error'] }],
3030
'@typescript-eslint/no-unused-vars': [

packages/data-connect/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"outDir": "dist",
55
"strict": false
66
},
7-
"exclude": ["dist/**/*", "test/**/*", "example-integration/**/*"]
7+
"exclude": ["dist/**/*", "test/**/*"]
88
}

0 commit comments

Comments
 (0)