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 37d0f18 commit a4d7813Copy full SHA for a4d7813
packages/data-connect/.eslintrc.js
@@ -24,7 +24,7 @@ module.exports = {
24
tsconfigRootDir: __dirname
25
},
26
plugins: ['import'],
27
- ignorePatterns: ['compat/*'],
+ ignorePatterns: ['compat/*', 'example-integration/*'],
28
rules: {
29
'no-console': ['error', { allow: ['warn', 'error'] }],
30
'@typescript-eslint/no-unused-vars': [
0 commit comments