eslint-config-heck 9.2.0 → 9.2.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/nodeWithBiome.js +2 -2
  2. package/package.json +3 -3
package/nodeWithBiome.js CHANGED
@@ -216,7 +216,7 @@ export default [
216
216
  "no-return-assign": "off",
217
217
  "no-script-url": "off",
218
218
  "no-sequences": "off",
219
- "no-shadow": "error",
219
+ "no-shadow": "off",
220
220
  "no-shadow-restricted-names": "off",
221
221
  "no-ternary": "off",
222
222
  "no-throw-literal": "off",
@@ -823,7 +823,7 @@ export default [
823
823
  "@typescript-eslint/no-restricted-imports": "off",
824
824
  "@typescript-eslint/no-restricted-types": "off",
825
825
  "no-shadow": "off",
826
- "@typescript-eslint/no-shadow": "error",
826
+ "@typescript-eslint/no-shadow": "off",
827
827
  "@typescript-eslint/no-this-alias": "off",
828
828
  "@typescript-eslint/no-type-alias": "off",
829
829
  "@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": "9.2.0",
3
+ "version": "9.2.1",
4
4
  "description": "Contains an ESLint configuration for ES2015+, TypeScript, and React.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -29,8 +29,8 @@
29
29
  "license": "MIT",
30
30
  "dependencies": {
31
31
  "@stylistic/eslint-plugin": "5.10.0",
32
- "@typescript-eslint/eslint-plugin": "8.57.0",
33
- "@typescript-eslint/parser": "8.57.0",
32
+ "@typescript-eslint/eslint-plugin": "8.57.1",
33
+ "@typescript-eslint/parser": "8.57.1",
34
34
  "eslint": "9.39.4",
35
35
  "eslint-plugin-import": "2.32.0",
36
36
  "eslint-plugin-jest": "29.15.0",