Skip to content

Commit

Permalink
feat: enable strict-boolean-expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed May 25, 2020
1 parent ddf2700 commit d7f5cfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@ module.exports = {
'@typescript-eslint/consistent-type-definitions': ['error', 'type'],
'@typescript-eslint/no-explicit-any': ['off'],
'no-console': ['off'],
'@typescript-eslint/strict-boolean-expressions': ['error'],
},
}

0 comments on commit d7f5cfd

Please sign in to comment.