@will-stone/eslint-config 26.0.3 → 26.1.0

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1293,7 +1293,8 @@ function X() {
1293
1293
  "@typescript-eslint/restrict-plus-operands": "error",
1294
1294
  "@typescript-eslint/restrict-template-expressions": "error",
1295
1295
  "@typescript-eslint/return-await": "warn",
1296
- "@typescript-eslint/strict-boolean-expressions": "error",
1296
+ // Way too noisy, not particularly helpful most of the time.
1297
+ "@typescript-eslint/strict-boolean-expressions": "off",
1297
1298
  "@typescript-eslint/strict-void-return": "error",
1298
1299
  "@typescript-eslint/switch-exhaustiveness-check": "error",
1299
1300
  "@typescript-eslint/unbound-method": "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@will-stone/eslint-config",
3
- "version": "26.0.3",
3
+ "version": "26.1.0",
4
4
  "description": "Will Stone's ESLint config",
5
5
  "keywords": [
6
6
  "eslint-config"