This is a similar configuration to biome, which is useful in some scenarios where users do not want to use the nodejs Import protocol https://biomejs.dev/linter/rules/use-nodejs-import-protocol/ ```js - import·fs·from·‘node:fs’; + import·fs·from·‘fs’; ```