@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.cjs CHANGED
@@ -1642,7 +1642,9 @@ async function sonar() {
1642
1642
  sonar: import_eslint_plugin_sonarjs.default
1643
1643
  },
1644
1644
  rules: {
1645
- ...import_eslint_plugin_sonarjs.default.configs.recommended.rules
1645
+ ...import_eslint_plugin_sonarjs.default.configs.recommended.rules,
1646
+ "sonar/todo-tag": OFF,
1647
+ "sonar/pseudo-random": OFF
1646
1648
  }
1647
1649
  }
1648
1650
  ];