Skip to content

Commit

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

Please sign in to comment.