mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 16:59:41 +00:00
Update ESLint to not try to resolve virtual modules (#34837)
This commit is contained in:
@@ -258,7 +258,7 @@ export default tseslint.config([
|
||||
'import/no-unresolved': [
|
||||
'error',
|
||||
{
|
||||
ignore: ['vite/modulepreload-polyfill'],
|
||||
ignore: ['vite/modulepreload-polyfill', '^virtual:.+'],
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user