@schoero/configs 1.5.23 → 1.5.24

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.
@@ -86,7 +86,9 @@ export const stylistic = [
86
86
  "eslint-plugin-stylistic/space-unary-ops": ["warn", { nonwords: false, words: true }],
87
87
  "eslint-plugin-stylistic/spaced-comment": ["warn", "always", { exceptions: ["-", "+"], markers: ["--"] }],
88
88
  "eslint-plugin-stylistic/switch-colon-spacing": "warn",
89
- "eslint-plugin-stylistic/indent-binary-ops": ["warn", 2],
89
+
90
+ // disabled due to false positives
91
+ "eslint-plugin-stylistic/indent-binary-ops": "off",
90
92
 
91
93
  // newlines
92
94
  "eslint-plugin-stylistic/eol-last": ["warn", "always"],
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.5.23",
2
+ "version": "1.5.24",
3
3
  "type": "module",
4
4
  "name": "@schoero/configs",
5
5
  "description": "",