Skip to content

Commit a8f9b8d

Browse files
committed
Ignore integration test folder while linting the package.
1 parent a5686eb commit a8f9b8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/remix/.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ module.exports = {
66
parserOptions: {
77
jsx: true,
88
},
9+
ignorePatterns: ['test/integration/**'],
910
extends: ['../../.eslintrc.js'],
1011
rules: {
1112
'@sentry-internal/sdk/no-async-await': 'off',

0 commit comments

Comments
 (0)