@html-validate/eslint-config 5.24.1 → 5.25.0

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.js CHANGED
@@ -68,8 +68,8 @@ module.exports = {
68
68
  "sonarjs/unused-import": "off", // already covered by @typescript-eslint/no-unused-vars
69
69
  "sonarjs/prefer-nullish-coalescing": "off", // requires typescript and strictNullChecks, which is sane, but we also use @typescript-eslint/prefer-nullish-coalescing so this becomes redundant
70
70
  "sonarjs/prefer-single-boolean-return": "off", // prefer to use multiple returns even for booleans (looks better and can yield performance increase
71
- "sonarjs/sonar-no-control-regex": "off", // already covered by no-control-regexp
72
- "sonarjs/sonar-prefer-regexp-exec": "off", // prefer @typescript-eslint/prefer-regexp-exec
71
+ "sonarjs/no-control-regex": "off", // already covered by no-control-regexp
72
+ "sonarjs/prefer-regexp-exec": "off", // prefer @typescript-eslint/prefer-regexp-exec
73
73
 
74
74
  "consistent-this": "off",
75
75
  "no-console": "warn",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@html-validate/eslint-config",
3
- "version": "5.24.1",
3
+ "version": "5.25.0",
4
4
  "description": "Eslint sharable config used by the various HTML-validate packages",
5
5
  "keywords": [
6
6
  "eslint"
@@ -46,10 +46,10 @@
46
46
  "eslint-plugin-array-func": "4.0.0",
47
47
  "eslint-plugin-eslint-comments": "3.2.0",
48
48
  "eslint-plugin-import": "2.31.0",
49
- "eslint-plugin-n": "17.14.0",
49
+ "eslint-plugin-n": "17.15.0",
50
50
  "eslint-plugin-prettier": "5.2.1",
51
51
  "eslint-plugin-security": "3.0.1",
52
- "eslint-plugin-sonarjs": "2.0.4"
52
+ "eslint-plugin-sonarjs": "3.0.1"
53
53
  },
54
54
  "peerDependencies": {
55
55
  "prettier": "^3"
@@ -61,5 +61,5 @@
61
61
  "publishConfig": {
62
62
  "access": "public"
63
63
  },
64
- "gitHead": "92bcc5f00bbcb07668cd84377bf052b1999df98b"
64
+ "gitHead": "190ed2ed9ffa3f5f80cb85bdc91014a131662bbf"
65
65
  }