@html-validate/eslint-config 5.3.6 → 5.3.7

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.
Files changed (3) hide show
  1. package/dist/cli.js +2 -2
  2. package/index.js +1 -0
  3. package/package.json +3 -3
package/dist/cli.js CHANGED
@@ -8908,7 +8908,7 @@ var require_package = __commonJS({
8908
8908
  "package.json"(exports, module2) {
8909
8909
  module2.exports = {
8910
8910
  name: "@html-validate/eslint-config",
8911
- version: "5.3.4",
8911
+ version: "5.3.6",
8912
8912
  description: "Eslint sharable config used by the various HTML-validate packages",
8913
8913
  keywords: [
8914
8914
  "eslint"
@@ -8943,7 +8943,7 @@ var require_package = __commonJS({
8943
8943
  dependencies: {
8944
8944
  "@rushstack/eslint-patch": "1.1.0",
8945
8945
  eslint: "8.9.0",
8946
- "eslint-config-prettier": "8.3.0",
8946
+ "eslint-config-prettier": "8.4.0",
8947
8947
  "eslint-config-sidvind": "1.3.2",
8948
8948
  "eslint-formatter-gitlab": "3.0.0",
8949
8949
  "eslint-plugin-array-func": "3.1.7",
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.7",
4
4
  "description": "Eslint sharable config used by the various HTML-validate packages",
5
5
  "keywords": [
6
6
  "eslint"
@@ -35,7 +35,7 @@
35
35
  "dependencies": {
36
36
  "@rushstack/eslint-patch": "1.1.0",
37
37
  "eslint": "8.9.0",
38
- "eslint-config-prettier": "8.3.0",
38
+ "eslint-config-prettier": "8.4.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": "85609079beee43b5ccadbe1cf104e1b76e4448a0"
64
64
  }