@html-validate/eslint-config 5.3.6 → 5.3.9

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
@@ -47,6 +47,7 @@ module.exports = {
47
47
  "security/detect-unsafe-regex": "error",
48
48
 
49
49
  "sonarjs/no-small-switch": "off", // prefer to use small switches when the intention is to all more cases later
50
+ "sonarjs/prefer-single-boolean-return": "off", // prefer to use multiple returns even for booleans (looks better and can yield performance increase
50
51
 
51
52
  "consistent-this": "off",
52
53
  "no-console": "warn",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@html-validate/eslint-config",
3
- "version": "5.3.6",
3
+ "version": "5.3.9",
4
4
  "description": "Eslint sharable config used by the various HTML-validate packages",
5
5
  "keywords": [
6
6
  "eslint"
@@ -34,8 +34,8 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@rushstack/eslint-patch": "1.1.0",
37
- "eslint": "8.9.0",
38
- "eslint-config-prettier": "8.3.0",
37
+ "eslint": "8.10.0",
38
+ "eslint-config-prettier": "8.5.0",
39
39
  "eslint-config-sidvind": "1.3.2",
40
40
  "eslint-formatter-gitlab": "3.0.0",
41
41
  "eslint-plugin-array-func": "3.1.7",
@@ -60,5 +60,5 @@
60
60
  "publishConfig": {
61
61
  "access": "public"
62
62
  },
63
- "gitHead": "82969bd597ab07ae5eae85723f353727273acbbf"
63
+ "gitHead": "7707e27ff257933e4a2ce0a709208591f98006d8"
64
64
  }