Skip to content

Commit

Permalink
silence grandpa eslint who cannot resolve a require
Browse files Browse the repository at this point in the history
  • Loading branch information
m5r committed Jul 16, 2024
1 parent b62ec37 commit f8d641a
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 @@
// 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 @@
// eslint-disable-next-line node/no-missing-require
const { parse: csvParse } = require('csv-parse/sync');
const fs = require('fs');
const mkdirp = require('mkdirp').sync;
Expand Down

0 comments on commit f8d641a

Please sign in to comment.