Skip to content

Commit a4d7813

Browse files
committed
Fix linting
1 parent 37d0f18 commit a4d7813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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/*'],
27+
ignorePatterns: ['compat/*', 'example-integration/*'],
2828
rules: {
2929
'no-console': ['error', { allow: ['warn', 'error'] }],
3030
'@typescript-eslint/no-unused-vars': [

0 commit comments

Comments
 (0)