Skip to content

Commit

Permalink
Revert "Add option to no-extra-boolean-cast" (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Jul 27, 2024
1 parent a6dc171 commit f010b63
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,14 @@ module.exports = {
],
'no-empty-static-block': 'error',
'no-ex-assign': 'error',
'no-extra-boolean-cast': [
'error',
{
enforceForInnerExpressions: true
},
],
'no-extra-boolean-cast': 'error',
// Disabled because of https://github.com/xojs/eslint-config-xo/pull/87
// 'no-extra-boolean-cast': [
// 'error',
// {
// enforceForInnerExpressions: true
// },
// ],
// Disabled because of https://github.com/eslint/eslint/issues/6028
// 'no-extra-parens': [
// 'error',
Expand Down

0 comments on commit f010b63

Please sign in to comment.