eslint-config-heck 7.2.2 → 7.3.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.
package/biomeJsTs.json CHANGED
@@ -141,10 +141,11 @@
141
141
  "noGlobalDirnameFilename": "warn",
142
142
  "noImplicitCoercion": "error",
143
143
  "noImportCycles": "error",
144
- "noNestedComponentDefinitions": "error",
145
- "noNoninteractiveElementInteractions": "error",
146
144
  "noMagicNumbers": "off",
147
145
  "noMisusedPromises": "error",
146
+ "noNestedComponentDefinitions": "error",
147
+ "noNoninteractiveElementInteractions": "error",
148
+ "noNonNullAssertedOptionalChain": "error",
148
149
  "noProcessGlobal": "error",
149
150
  "noReactPropAssign": "error",
150
151
  "noRestrictedElements": "off",
@@ -152,6 +153,7 @@
152
153
  "noShadow": "off",
153
154
  "noTsIgnore": "error",
154
155
  "noUnassignedVariables": "error",
156
+ "noUnnecessaryConditions": "off",
155
157
  "noUnresolvedImports": "off",
156
158
  "noUnwantedPolyfillio": "off",
157
159
  "noUselessBackrefInRegex": "error",
@@ -165,6 +167,7 @@
165
167
  }
166
168
  },
167
169
  "useConsistentResponse": "error",
170
+ "useConsistentTypeDefinitions": "error",
168
171
  "useExhaustiveSwitchCases": "error",
169
172
  "useExplicitType": "off",
170
173
  "useExportsLast": "error",
package/nodeWithBiome.js CHANGED
@@ -751,7 +751,7 @@ export default [
751
751
  "@typescript-eslint/consistent-generic-constructors": "error",
752
752
  "@typescript-eslint/consistent-indexed-object-style": "error",
753
753
  "@typescript-eslint/consistent-type-assertions": "error",
754
- "@typescript-eslint/consistent-type-definitions": ["error", "interface"],
754
+ "@typescript-eslint/consistent-type-definitions": "off",
755
755
  "@typescript-eslint/consistent-type-exports": "off",
756
756
  "@typescript-eslint/consistent-type-imports": "off",
757
757
  "default-param-last": "off",
@@ -815,7 +815,7 @@ export default [
815
815
  "@typescript-eslint/no-mixed-enums": "off",
816
816
  "@typescript-eslint/no-namespace": "off",
817
817
  "@typescript-eslint/no-non-null-asserted-nullish-coalescing": "error",
818
- "@typescript-eslint/no-non-null-asserted-optional-chain": "error",
818
+ "@typescript-eslint/no-non-null-asserted-optional-chain": "off",
819
819
  "@typescript-eslint/no-non-null-assertion": "off",
820
820
  "no-redeclare": "off",
821
821
  "@typescript-eslint/no-redeclare": "off",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-heck",
3
- "version": "7.2.2",
3
+ "version": "7.3.1",
4
4
  "description": "Contains an ESLint configuration for ES2015+, TypeScript, and React.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -42,7 +42,7 @@
42
42
  "typescript": "5.9.2"
43
43
  },
44
44
  "devDependencies": {
45
- "@biomejs/biome": "2.1.3",
45
+ "@biomejs/biome": "2.1.4",
46
46
  "@testing-library/dom": "10.4.1",
47
47
  "@testing-library/react": "16.3.0",
48
48
  "@types/jest": "30.0.0",