Skip to content

Commit

Permalink
Update code for new behavior of ESLint rule n/prefer-promises/fs.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAnson committed Aug 23, 2023
1 parent a73a23f commit a97d76b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/fs-mock.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// @ts-check

/* eslint-disable n/prefer-promises/fs */

"use strict";

const fs = require("node:fs");
Expand Down

0 comments on commit a97d76b

Please sign in to comment.