Skip to content

Commit ba8cf4f

Browse files
committed
Ignore fixture type lint issues
1 parent de49c84 commit ba8cf4f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/integration-tests-next/.eslintrc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ module.exports = {
66
".eslintrc.js",
77
"fixtures/*/out",
88
"fixtures/*/src",
9-
// We ignore Vite fixtures for now because there are a couple of version mismatches.
9+
// We ignore Vite and Rollup fixtures for now because there are a couple of version mismatches.
1010
"fixtures/vite*/**/*",
11+
"fixtures/rollup*/**/*",
1112
],
1213
parserOptions: {
1314
tsconfigRootDir: __dirname,

0 commit comments

Comments
 (0)