Skip to content

Commit b8fe5fe

Browse files
authored
Merge branch 'main' into max
2 parents 79f17ef + f010b63 commit b8fe5fe

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)