@html-validate/eslint-config 5.23.3 → 5.24.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
@@ -65,6 +65,7 @@ module.exports = {
65
65
  "sonarjs/deprecation": "off", // already covered by @typescript-eslint/no-deprecated
66
66
  "sonarjs/no-empty-test-file": "off", // could be useful but it does not handle it.each or similar constructs thus yields more false positives than its worth */
67
67
  "sonarjs/no-small-switch": "off", // prefer to use small switches when the intention is to all more cases later
68
+ "sonarjs/unused-import": "off", // already covered by @typescript-eslint/no-unused-vars
68
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
69
70
  "sonarjs/prefer-single-boolean-return": "off", // prefer to use multiple returns even for booleans (looks better and can yield performance increase
70
71
  "sonarjs/sonar-no-control-regex": "off", // already covered by no-control-regexp
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@html-validate/eslint-config",
3
- "version": "5.23.3",
3
+ "version": "5.24.0",
4
4
  "description": "Eslint sharable config used by the various HTML-validate packages",
5
5
  "keywords": [
6
6
  "eslint"
@@ -46,7 +46,7 @@
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.13.2",
49
+ "eslint-plugin-n": "17.14.0",
50
50
  "eslint-plugin-prettier": "5.2.1",
51
51
  "eslint-plugin-security": "3.0.1",
52
52
  "eslint-plugin-sonarjs": "2.0.4"
@@ -61,5 +61,5 @@
61
61
  "publishConfig": {
62
62
  "access": "public"
63
63
  },
64
- "gitHead": "ee0fb37642a01d627655de070722f05940abac57"
64
+ "gitHead": "06339ad8c9013c29d2664b27780d9a2c4a2a92ce"
65
65
  }