Skip to content

Commit 26352af

Browse files
committed
Exclude dist from eslint checks.
1 parent 0633085 commit 26352af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/integration-tests/.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = {
44
node: true,
55
},
66
extends: ['../../.eslintrc.js'],
7-
ignorePatterns: ['suites/**/subject.js'],
7+
ignorePatterns: ['suites/**/subject.js', 'suites/**/dist/*'],
88
parserOptions: {
99
sourceType: 'module',
1010
},

0 commit comments

Comments
 (0)