Skip to content

Commit a97d76b

Browse files
committed
Update code for new behavior of ESLint rule n/prefer-promises/fs.
1 parent a73a23f commit a97d76b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/fs-mock.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// @ts-check
22

3+
/* eslint-disable n/prefer-promises/fs */
4+
35
"use strict";
46

57
const fs = require("node:fs");

0 commit comments

Comments
 (0)