@html-validate/eslint-config 6.10.3 → 6.10.5

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
@@ -216,6 +216,15 @@ export default [
216
216
  },
217
217
  }),
218
218
 
219
+ defineConfig({
220
+ /* loosen rules for build scripts */
221
+ name: "@html-validate/eslint-config/scripts",
222
+ files: ["*.{js,mjs,cjs}", "*.{ts,mts,cts}"],
223
+ rules: {
224
+ "no-console": "off",
225
+ },
226
+ }),
227
+
219
228
  defineConfig({
220
229
  /* ensure all of these patterns are linted */
221
230
  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": "6.10.3",
3
+ "version": "6.10.5",
4
4
  "description": "Eslint sharable config used by the various HTML-validate packages",
5
5
  "keywords": [
6
6
  "eslint"
@@ -36,9 +36,9 @@
36
36
  "prepublishOnly": "release-prepublish --retain-scripts"
37
37
  },
38
38
  "dependencies": {
39
- "@eslint/js": "9.38.0",
39
+ "@eslint/js": "9.39.1",
40
40
  "argparse": "2.0.1",
41
- "eslint": "9.38.0",
41
+ "eslint": "9.39.1",
42
42
  "eslint-config-prettier": "10.1.8",
43
43
  "eslint-formatter-gitlab": "6.0.1",
44
44
  "eslint-import-resolver-node": "0.3.9",
@@ -51,7 +51,7 @@
51
51
  "eslint-plugin-security": "3.0.1",
52
52
  "eslint-plugin-sonarjs": "3.0.5",
53
53
  "find-up": "8.0.0",
54
- "globals": "16.4.0",
54
+ "globals": "16.5.0",
55
55
  "nunjucks": "3.2.4"
56
56
  },
57
57
  "peerDependencies": {
@@ -64,5 +64,5 @@
64
64
  "publishConfig": {
65
65
  "access": "public"
66
66
  },
67
- "gitHead": "6e73105553c085818c46e768f3a150b0095fbcaa"
67
+ "gitHead": "474109941bb6f32e95c16f0e65173ad563ef481a"
68
68
  }