Skip to content
This repository was archived by the owner on Mar 29, 2020. It is now read-only.

Commit 0654575

Browse files
committed
feat(base): enable boolean option in no-implicit-coercion rule
1 parent dfb68df commit 0654575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-config/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module.exports = {
2222
'no-compare-neg-zero': 'error',
2323
'no-implicit-coercion': [
2424
'error',
25-
{boolean: false, number: true, string: true},
25+
{boolean: true, number: true, string: true},
2626
],
2727
'no-magic-numbers': [
2828
'error',

0 commit comments

Comments
 (0)