We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a73a23f commit a97d76bCopy full SHA for a97d76b
test/fs-mock.js
@@ -1,5 +1,7 @@
1
// @ts-check
2
3
+/* eslint-disable n/prefer-promises/fs */
4
+
5
"use strict";
6
7
const fs = require("node:fs");
0 commit comments