Skip to content

Commit f636832

Browse files
address the comments
1 parent b02053b commit f636832

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

eslint.config.mjs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,12 @@ export default [
2626
sourceType: 'module',
2727
},
2828
rules: {
29-
'no-extra-boolean-cast': ['warn',
29+
'no-extra-boolean-cast': [
30+
'warn',
3031
{
3132
enforceForLogicalOperands: true,
32-
}]
33+
},
34+
],
3335
},
3436
},
3537
{

0 commit comments

Comments
 (0)