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 de49c84 commit ba8cf4fCopy full SHA for ba8cf4f
1 file changed
packages/integration-tests-next/.eslintrc.js
@@ -6,8 +6,9 @@ module.exports = {
6
".eslintrc.js",
7
"fixtures/*/out",
8
"fixtures/*/src",
9
- // We ignore Vite fixtures for now because there are a couple of version mismatches.
+ // We ignore Vite and Rollup fixtures for now because there are a couple of version mismatches.
10
"fixtures/vite*/**/*",
11
+ "fixtures/rollup*/**/*",
12
],
13
parserOptions: {
14
tsconfigRootDir: __dirname,
0 commit comments