79713971

Date: 2025-07-24 21:18:56
Score: 0.5
Natty:
Report link

If you are using vscode, add this linter rule: prefer_relative_imports

Then go to each file, press CTRL+. and select Convert to relative imports, ever where in the file.

Works great.

linter:
  rules:
    prefer_relative_imports: true
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Karl