@html-validate/eslint-config 9.0.1 → 9.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/index.mjs CHANGED
@@ -370,15 +370,6 @@ export default [
370
370
  },
371
371
  }),
372
372
 
373
- defineConfig({
374
- name: "@html-validate/eslint-config/node20",
375
- files: ["eslint.config.mjs"],
376
- rules: {
377
- /* it flags import.meta.dirname as unspported, we're dropping node20 very soon so adding this for now */
378
- "n/no-unsupported-features/node-builtins": "off",
379
- },
380
- }),
381
-
382
373
  defineConfig({
383
374
  /* ensure all of these patterns are linted */
384
375
  name: "@html-validate/eslint-config/extensions",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@html-validate/eslint-config",
3
- "version": "9.0.1",
3
+ "version": "9.1.1",
4
4
  "description": "Eslint sharable config used by the various HTML-validate packages",
5
5
  "keywords": [
6
6
  "eslint"
@@ -58,11 +58,11 @@
58
58
  "prettier": "^3.0.0"
59
59
  },
60
60
  "engines": {
61
- "node": "^20.19.0 || ^22.16.0 || >= 24.0.0",
61
+ "node": "^22.16.0 || >= 24.0.0",
62
62
  "npm": ">= 7"
63
63
  },
64
64
  "publishConfig": {
65
65
  "access": "public"
66
66
  },
67
- "gitHead": "37bc3a8c007bf79a4d2195ba9166fa1399c6bd60"
67
+ "gitHead": "ed13d6e55ce68918756c48244327ab13b9d81426"
68
68
  }