@html-validate/eslint-config 9.4.0 → 9.4.2

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
@@ -99,7 +99,15 @@ export default [
99
99
  "unicorn/better-dom-traversing": "error",
100
100
  "unicorn/catch-error-name": "off",
101
101
  "unicorn/consistent-assert": "off",
102
- "unicorn/consistent-compound-words": "error",
102
+ "unicorn/consistent-compound-words": [
103
+ "error",
104
+ {
105
+ allowList: {
106
+ /* widely used in the html-validate projects */
107
+ MetaData: true,
108
+ },
109
+ },
110
+ ],
103
111
  "unicorn/consistent-date-clone": "error",
104
112
  "unicorn/consistent-empty-array-spread": "off",
105
113
  "unicorn/consistent-existence-index-check": "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@html-validate/eslint-config",
3
- "version": "9.4.0",
3
+ "version": "9.4.2",
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": "4309d02ab6d6084eaf89662780fd3e869997e111"
68
+ "gitHead": "d19dfd10c18521d9af217061a8b3610d57c6cf0b"
69
69
  }