Skip to content

Commit

Permalink
comment eslint ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
m5r committed Jul 17, 2024
1 parent aaba325 commit 4d2cf62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/fn/create-users.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// TODO: remove next line after upgrading eslint
// eslint-disable-next-line node/no-missing-require
const { parse: csvParse } = require('csv-parse/sync');
const userPrompt = require('../../src/lib/user-prompt');
Expand Down
1 change: 1 addition & 0 deletions src/lib/sync-fs.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// TODO: remove next line after upgrading eslint
// eslint-disable-next-line node/no-missing-require
const { parse: csvParse } = require('csv-parse/sync');
const fs = require('fs');
Expand Down

0 comments on commit 4d2cf62

Please sign in to comment.