@vinicunca/eslint-config 2.14.0 → 2.15.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/dist/index.js CHANGED
@@ -1524,7 +1524,9 @@ async function sonar() {
1524
1524
  sonar: default6
1525
1525
  },
1526
1526
  rules: {
1527
- ...default6.configs.recommended.rules
1527
+ ...default6.configs.recommended.rules,
1528
+ "sonar/todo-tag": OFF,
1529
+ "sonar/pseudo-random": OFF
1528
1530
  }
1529
1531
  }
1530
1532
  ];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vinicunca/eslint-config",
3
3
  "type": "module",
4
- "version": "2.14.0",
4
+ "version": "2.15.0",
5
5
  "description": "Vinicunca ESLint config",
6
6
  "author": {
7
7
  "name": "praburangki",
@@ -132,7 +132,7 @@
132
132
  "eslint-plugin-no-only-tests": "^3.3.0",
133
133
  "eslint-plugin-perfectionist": "^4.1.2",
134
134
  "eslint-plugin-regexp": "^2.7.0",
135
- "eslint-plugin-sonarjs": "^1.0.4",
135
+ "eslint-plugin-sonarjs": "^3.0.0",
136
136
  "eslint-plugin-toml": "^0.12.0",
137
137
  "eslint-plugin-unicorn": "^56.0.1",
138
138
  "eslint-plugin-unused-imports": "^4.1.4",