Skip to content

Commit dd29176

Browse files
committed
test(integrations/import): align fixture to ESLint ^9
1 parent adc460d commit dd29176

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

tests/integrations/eslint-plugin-import.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ describe('Integration with eslint-plugin-import', () => {
3535
return
3636
}
3737

38-
cp.execSync(`${ESLINT} a.vue`, { cwd: PLUGIN_DIR, stdio: 'inherit' })
38+
cp.execSync(`${ESLINT} --no-config-lookup a.vue`, {
39+
cwd: PLUGIN_DIR,
40+
stdio: 'inherit'
41+
})
3942
})
4043
})

tests/integrations/eslint-plugin-import/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"author": "Toru Nagashima (https://github.com/mysticatea)",
99
"license": "MIT",
1010
"dependencies": {
11-
"eslint": "^7.0.0",
12-
"eslint-plugin-import": "~2.23.4",
11+
"eslint": "^9.0.0",
12+
"eslint-plugin-import": "^2.31.0",
1313
"eslint-plugin-vue": "file:../../.."
1414
}
1515
}

0 commit comments

Comments
 (0)