eslint-config-heck 7.1.0 → 7.1.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
@@ -149,7 +149,7 @@
149
149
  "noReactPropAssign": "error",
150
150
  "noRestrictedElements": "off",
151
151
  "noSecrets": "off",
152
- "noShadow": "error",
152
+ "noShadow": "off",
153
153
  "noTsIgnore": "error",
154
154
  "noUnassignedVariables": "error",
155
155
  "noUnresolvedImports": "off",
package/nodeWithBiome.js CHANGED
@@ -218,7 +218,7 @@ export default [
218
218
  "no-return-assign": "off",
219
219
  "no-script-url": "error",
220
220
  "no-sequences": "off",
221
- "no-shadow": "off",
221
+ "no-shadow": "error",
222
222
  "no-shadow-restricted-names": "off",
223
223
  "no-ternary": "off",
224
224
  "no-throw-literal": "off",
@@ -821,7 +821,7 @@ export default [
821
821
  "@typescript-eslint/no-restricted-imports": "off",
822
822
  "@typescript-eslint/no-restricted-types": "off",
823
823
  "no-shadow": "off",
824
- "@typescript-eslint/no-shadow": "off",
824
+ "@typescript-eslint/no-shadow": "error",
825
825
  "@typescript-eslint/no-this-alias": "off",
826
826
  "@typescript-eslint/no-type-alias": "off",
827
827
  "@typescript-eslint/no-unnecessary-boolean-literal-compare": "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-heck",
3
- "version": "7.1.0",
3
+ "version": "7.1.1",
4
4
  "description": "Contains an ESLint configuration for ES2015+, TypeScript, and React.",
5
5
  "type": "module",
6
6
  "main": "index.js",