@averay/codeformat 0.1.7 → 0.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -211,7 +211,10 @@ export default {
|
|
|
211
211
|
'@typescript-eslint/restrict-plus-operands': 'error',
|
|
212
212
|
'@typescript-eslint/restrict-template-expressions': 'error',
|
|
213
213
|
'@typescript-eslint/return-await': 'error',
|
|
214
|
-
'@typescript-eslint/strict-boolean-expressions': [
|
|
214
|
+
'@typescript-eslint/strict-boolean-expressions': [
|
|
215
|
+
'error',
|
|
216
|
+
{ allowNullableObject: false, allowNullableString: false, allowNumber: false, allowString: false },
|
|
217
|
+
],
|
|
215
218
|
'@typescript-eslint/switch-exhaustiveness-check': 'error',
|
|
216
219
|
'@typescript-eslint/triple-slash-reference': 'error',
|
|
217
220
|
'@typescript-eslint/unbound-method': 'off', // Does not support @autobind nor recognise binding in constructors
|