@html-validate/eslint-config 9.4.3 → 9.4.4

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/index.mjs CHANGED
@@ -175,7 +175,7 @@ export default [
175
175
  "unicorn/no-static-only-class": "off",
176
176
  "unicorn/no-thenable": "off",
177
177
  "unicorn/no-this-assignment": "error",
178
- "unicorn/no-this-outside-of-class": "error",
178
+ "unicorn/no-this-outside-of-class": "off", // disagree somewhat with the rule, flags stateful objects
179
179
  "unicorn/no-typeof-undefined": "error",
180
180
  "unicorn/no-unnecessary-array-flat-depth": "error",
181
181
  "unicorn/no-unnecessary-array-splice-count": "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@html-validate/eslint-config",
3
- "version": "9.4.3",
3
+ "version": "9.4.4",
4
4
  "description": "Eslint sharable config used by the various HTML-validate packages",
5
5
  "keywords": [
6
6
  "eslint"
@@ -65,5 +65,5 @@
65
65
  "publishConfig": {
66
66
  "access": "public"
67
67
  },
68
- "gitHead": "a6004df27d568de4863779880374827d634988ff"
68
+ "gitHead": "a1d27d3cb1b18fdcaa83e8a9ff915a30d0b09fe9"
69
69
  }