Skip to content

Commit

Permalink
Temp disable security-node/detect-unhandled-async-errors
Browse files Browse the repository at this point in the history
  • Loading branch information
burtek committed May 15, 2023
1 parent 601a375 commit e4db950
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion configs/node.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ export function prepareConfig() {
'n/prefer-global/url-search-params': 'error',
'n/prefer-global/url': 'error',
'n/prefer-promises/dns': 'error',
'n/prefer-promises/fs': 'error'
'n/prefer-promises/fs': 'error',

// https://github.com/gkouziik/eslint-plugin-security-node/pull/63
'security-node/detect-unhandled-async-errors': 'off'
}
},
{
Expand Down

0 comments on commit e4db950

Please sign in to comment.