eslint-config-heck 1.45.0 → 1.45.1

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/node.js +0 -4
  2. package/package.json +1 -1
package/node.js CHANGED
@@ -1003,7 +1003,6 @@ const overrides = [
1003
1003
  },
1004
1004
  ],
1005
1005
  "@typescript-eslint/no-for-in-array": "error",
1006
- "@typescript-eslint/no-implicit-any-catch": "error",
1007
1006
  "@typescript-eslint/no-import-type-side-effects": "off",
1008
1007
  "@typescript-eslint/no-inferrable-types": "error",
1009
1008
  "@typescript-eslint/no-invalid-void-type": [
@@ -1065,7 +1064,6 @@ const overrides = [
1065
1064
  "@typescript-eslint/require-array-sort-compare": "error",
1066
1065
  "@typescript-eslint/restrict-plus-operands": "error",
1067
1066
  "@typescript-eslint/restrict-template-expressions": "off",
1068
- "@typescript-eslint/sort-type-union-intersection-members": "off",
1069
1067
  "@typescript-eslint/strict-boolean-expressions": "off",
1070
1068
  "@typescript-eslint/switch-exhaustiveness-check": "error",
1071
1069
  "@typescript-eslint/triple-slash-reference": "error",
@@ -1123,8 +1121,6 @@ const overrides = [
1123
1121
  "@typescript-eslint/no-array-constructor": "error",
1124
1122
  "no-dupe-class-members": "off",
1125
1123
  "@typescript-eslint/no-dupe-class-members": "off",
1126
- "no-duplicate-imports": "off",
1127
- "@typescript-eslint/no-duplicate-imports": "off",
1128
1124
  "no-empty-function": "off",
1129
1125
  "@typescript-eslint/no-empty-function": "error",
1130
1126
  "no-extra-parens": "off",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-heck",
3
- "version": "1.45.0",
3
+ "version": "1.45.1",
4
4
  "description": "Contains an ESLint configuration for ES2015+, TypeScript, and React.",
5
5
  "main": "index.js",
6
6
  "scripts": {