We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79f17ef + f010b63 commit b8fe5feCopy full SHA for b8fe5fe
index.js
@@ -40,12 +40,14 @@ module.exports = {
40
],
41
'no-empty-static-block': 'error',
42
'no-ex-assign': 'error',
43
- 'no-extra-boolean-cast': [
44
- 'error',
45
- {
46
- enforceForInnerExpressions: true
47
- },
48
- ],
+ 'no-extra-boolean-cast': 'error',
+ // Disabled because of https://github.com/xojs/eslint-config-xo/pull/87
+ // 'no-extra-boolean-cast': [
+ // 'error',
+ // {
+ // enforceForInnerExpressions: true
49
+ // },
50
+ // ],
51
// Disabled because of https://github.com/eslint/eslint/issues/6028
52
// 'no-extra-parens': [
53
// 'error',
0 commit comments