79779816

Date: 2025-10-01 08:48:34
Score: 1.5
Natty:
Report link

Fixed this by adding node:original-fs to import/core-modules:

{
  // ...
  "settings": {
    // ...
    "import/core-modules": [
      "node:original-fs" 
    ]
  },
  // ...
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: RareScrap