79626858

Date: 2025-05-17 17:58:39
Score: 0.5
Natty:
Report link

Modify your ESLint configuration to ignore virtual paths by adding the following rule:

'import/no-unresolved': ['error', { ignore: ['^virtual:'] }]
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Maurici Abad