@html-validate/eslint-config 9.0.0 → 9.0.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
@@ -420,4 +420,14 @@ export default [
420
420
  "import-x/no-unresolved": "off",
421
421
  },
422
422
  }),
423
+
424
+ defineConfig({
425
+ /* semantic-release is only installed on demand during release, so the
426
+ * imports in this file would be unresolved in a regular build */
427
+ name: "@html-validate/eslint-config/semantic-release",
428
+ files: ["release.config.{js,mjs}"],
429
+ rules: {
430
+ "import-x/no-unresolved": "off",
431
+ },
432
+ }),
423
433
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@html-validate/eslint-config",
3
- "version": "9.0.0",
3
+ "version": "9.0.1",
4
4
  "description": "Eslint sharable config used by the various HTML-validate packages",
5
5
  "keywords": [
6
6
  "eslint"
@@ -64,5 +64,5 @@
64
64
  "publishConfig": {
65
65
  "access": "public"
66
66
  },
67
- "gitHead": "7d4794ca48f5202204d7b5b63af83e07a7a0a55e"
67
+ "gitHead": "37bc3a8c007bf79a4d2195ba9166fa1399c6bd60"
68
68
  }