@schoero/configs 1.5.22 → 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.22",
2
+ "version": "1.5.24",
3
3
  "type": "module",
4
4
  "name": "@schoero/configs",
5
5
  "description": "",
@@ -123,7 +123,7 @@
123
123
  "yaml-eslint-parser": "^1.3.2"
124
124
  },
125
125
  "optionalDependencies": {
126
- "eslint-plugin-better-tailwindcss": "4.0.0-beta.6"
126
+ "eslint-plugin-better-tailwindcss": "4.0.0-rc.0"
127
127
  },
128
128
  "devDependencies": {
129
129
  "@types/node": "^25.0.3",