Skip to content

Commit f010b63

Browse files
authored
Revert "Add option to no-extra-boolean-cast" (#87)
1 parent a6dc171 commit f010b63

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

index.js

+8-6
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,14 @@ module.exports = {
4040
],
4141
'no-empty-static-block': 'error',
4242
'no-ex-assign': 'error',
43-
'no-extra-boolean-cast': [
44-
'error',
45-
{
46-
enforceForInnerExpressions: true
47-
},
48-
],
43+
'no-extra-boolean-cast': 'error',
44+
// Disabled because of https://github.com/xojs/eslint-config-xo/pull/87
45+
// 'no-extra-boolean-cast': [
46+
// 'error',
47+
// {
48+
// enforceForInnerExpressions: true
49+
// },
50+
// ],
4951
// Disabled because of https://github.com/eslint/eslint/issues/6028
5052
// 'no-extra-parens': [
5153
// 'error',

0 commit comments

Comments
 (0)