Skip to content

Commit

Permalink
feat(no-unnecessary-callback-wrapper): disable rule
Browse files Browse the repository at this point in the history
This rule complains in many cases when a callback wrapper is necessary.
  • Loading branch information
djcsdy committed Mar 4, 2021
1 parent 2ba0c0a commit 692f735
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ const config: Linter.Config = {
{
rules: {
"no-mergeable-namespace": true,
"no-unnecessary-callback-wrapper": true,
"prefer-while": true
}
}
Expand Down

0 comments on commit 692f735

Please sign in to comment.