Skip to content

Commit 61df7e0

Browse files
committed
Include "node:fs" in the list
1 parent 6df682b commit 61df7e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"caughtErrors": "none"
2828
}
2929
],
30-
"no-restricted-imports": ["warn", "fs", "fs/promises"]
30+
"no-restricted-imports": ["warn", "fs", "fs/promises", "node:fs"]
3131
},
3232
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended", "prettier"],
3333
"ignorePatterns": ["assets", "out", "dist", "**/*.d.ts"]

0 commit comments

Comments
 (0)