@ethang/eslint-config 19.0.2 → 19.0.3

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 (2) hide show
  1. package/eslint.config.js +2 -2
  2. package/package.json +1 -1
package/eslint.config.js CHANGED
@@ -547,7 +547,7 @@ export default tseslint.config({
547
547
  "sonar/cookie-no-httponly": "error",
548
548
  "sonar/cors": "error",
549
549
  "sonar/csrf": "error",
550
- "sonar/cyclomatic-complexity": "error",
550
+ "sonar/cyclomatic-complexity": "off", // too hard
551
551
  "sonar/declarations-in-global-scope": "error",
552
552
  "sonar/default-param-last": "error",
553
553
  "sonar/deprecation": "error",
@@ -592,7 +592,7 @@ export default tseslint.config({
592
592
  "sonar/label-position": "error",
593
593
  "sonar/link-with-target-blank": "error",
594
594
  "sonar/max-switch-cases": "error",
595
- "sonar/max-union-size": "error",
595
+ "sonar/max-union-size": "off", // No
596
596
  "sonar/media-has-caption": "error",
597
597
  "sonar/misplaced-loop-counter": "error",
598
598
  "sonar/mouse-events-a11y": "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ethang/eslint-config",
3
- "version": "19.0.2",
3
+ "version": "19.0.3",
4
4
  "repository": {
5
5
  "url": "git+https://github.com/eglove/eslint-config-ethang.git"
6
6
  },