@wildpastry/eslint-config 1.8.8 → 1.8.9
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/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -303,7 +303,7 @@ export default [
|
|
|
303
303
|
'@typescript-eslint/no-misused-promises': 1, // avoid using promises in places not designed to handle them - ENABLED
|
|
304
304
|
'@typescript-eslint/prefer-readonly': 1, // require private members to be marked as readonly if they're never modified - ENABLED
|
|
305
305
|
'@typescript-eslint/prefer-readonly-parameter-types': 0, // require function parameters to be typed as readonly - OFF
|
|
306
|
-
'@typescript-eslint/strict-boolean-expressions':
|
|
306
|
+
'@typescript-eslint/strict-boolean-expressions': 0, // restrict the types allowed in boolean expressions - OFF
|
|
307
307
|
// TypeScript formatting rules (disabled - handled by Prettier)
|
|
308
308
|
'@typescript-eslint/brace-style': 0, // OFF
|
|
309
309
|
'@typescript-eslint/comma-dangle': 0, // OFF
|