@will-stone/eslint-config 26.0.3 → 26.2.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 +4 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1248,7 +1248,8 @@ function X() {
1248
1248
  "@typescript-eslint/no-unnecessary-type-assertion": "warn",
1249
1249
  "@typescript-eslint/no-unnecessary-type-conversion": "error",
1250
1250
  "@typescript-eslint/no-unnecessary-type-parameters": "error",
1251
- "@typescript-eslint/no-unsafe-argument": "error",
1251
+ // Too confusing to fix.
1252
+ "@typescript-eslint/no-unsafe-argument": "off",
1252
1253
  "@typescript-eslint/no-unsafe-assignment": "error",
1253
1254
  "@typescript-eslint/no-unsafe-call": "error",
1254
1255
  "@typescript-eslint/no-unsafe-enum-comparison": "error",
@@ -1293,7 +1294,8 @@ function X() {
1293
1294
  "@typescript-eslint/restrict-plus-operands": "error",
1294
1295
  "@typescript-eslint/restrict-template-expressions": "error",
1295
1296
  "@typescript-eslint/return-await": "warn",
1296
- "@typescript-eslint/strict-boolean-expressions": "error",
1297
+ // Way too noisy, not particularly helpful most of the time.
1298
+ "@typescript-eslint/strict-boolean-expressions": "off",
1297
1299
  "@typescript-eslint/strict-void-return": "error",
1298
1300
  "@typescript-eslint/switch-exhaustiveness-check": "error",
1299
1301
  "@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.2.0",
4
4
  "description": "Will Stone's ESLint config",
5
5
  "keywords": [
6
6
  "eslint-config"