@html-validate/eslint-config 9.6.1 → 9.6.2

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
@@ -305,6 +305,7 @@ export default [
305
305
  "sonarjs/prefer-regexp-exec": "off", // prefer @typescript-eslint/prefer-regexp-exec
306
306
  "sonarjs/prefer-single-boolean-return": "off", // prefer to use multiple returns even for booleans (looks better and can yield performance increase
307
307
  "sonarjs/redundant-type-aliases": "off", // "redundant" type aliases helps with self-documenting code
308
+ "sonarjs/super-linear-regex": "off", // covered by regexp/no-super-linear-backtracking
308
309
  "sonarjs/todo-tag": "off", // want to be able to leave todo tasks
309
310
  "sonarjs/unused-import": "off", // already covered by @typescript-eslint/no-unused-vars
310
311
  "sonarjs/unused-named-groups": "off", // named groups can help readability even if not used
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@html-validate/eslint-config",
3
- "version": "9.6.1",
3
+ "version": "9.6.2",
4
4
  "description": "Eslint sharable config used by the various HTML-validate packages",
5
5
  "keywords": [
6
6
  "eslint"
@@ -65,5 +65,5 @@
65
65
  "publishConfig": {
66
66
  "access": "public"
67
67
  },
68
- "gitHead": "0f8579658bc6e5ee272ab44850614a81fd690300"
68
+ "gitHead": "6045d29799fd8a4f063a19befe8c0720c8b20895"
69
69
  }