diff options
Diffstat (limited to 'src/rules')
-rw-r--r-- | src/rules/typescript/default.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/rules/typescript/default.json b/src/rules/typescript/default.json index d8596f5..40f5473 100644 --- a/src/rules/typescript/default.json +++ b/src/rules/typescript/default.json @@ -61,6 +61,14 @@ "omitLastInOneLineBlock": false } ], + "@typescript-eslint/strict-boolean-expressions": [ + "error", + { + "allowNullable": false, + "allowSafe": false, + "ignoreRhs": false + } + ], "indent": [ "off" ], |