Update ESLint to not try to resolve virtual modules (#34837)
This commit is contained in:
parent
991796172a
commit
6ffa262546
4 changed files with 1 additions and 4 deletions
|
@ -258,7 +258,7 @@ export default tseslint.config([
|
|||
'import/no-unresolved': [
|
||||
'error',
|
||||
{
|
||||
ignore: ['vite/modulepreload-polyfill'],
|
||||
ignore: ['vite/modulepreload-polyfill', '^virtual:.+'],
|
||||
},
|
||||
],
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue