We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
no-extra-boolean-cast
1 parent a6dc171 commit f010b63Copy full SHA for f010b63
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