Skip to content

Commit

Permalink
feat: disable n/no-sync (too many false-positives)
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Nov 16, 2023
1 parent 8f9a3f5 commit 38677f2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions configurations/node.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,7 @@ module.exports = {
'n/no-process-exit': 2,
'n/no-restricted-import': 0,
'n/no-restricted-require': 0,
'n/no-sync': [
2,
{
allowAtRootLevel: true,
},
],
'n/no-sync': 0,
'n/no-unpublished-bin': 2,
'n/no-unpublished-import': 0,
'n/no-unpublished-require': 0,
Expand Down

0 comments on commit 38677f2

Please sign in to comment.