@will-stone/eslint-config 27.0.1 → 27.0.2

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
@@ -1252,7 +1252,8 @@ function H() {
1252
1252
  // Too confusing to fix.
1253
1253
  "@typescript-eslint/no-unsafe-argument": "off",
1254
1254
  "@typescript-eslint/no-unsafe-assignment": "error",
1255
- "@typescript-eslint/no-unsafe-call": "error",
1255
+ // Doesn't seem to help and makes code more verbose.
1256
+ "@typescript-eslint/no-unsafe-call": "off",
1256
1257
  "@typescript-eslint/no-unsafe-enum-comparison": "error",
1257
1258
  "@typescript-eslint/no-unsafe-member-access": "error",
1258
1259
  "@typescript-eslint/no-unsafe-return": "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@will-stone/eslint-config",
3
- "version": "27.0.1",
3
+ "version": "27.0.2",
4
4
  "description": "Will Stone's ESLint config",
5
5
  "keywords": [
6
6
  "eslint-config"