@labeg/code-style 6.4.1 → 6.5.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.
Files changed (2) hide show
  1. package/eslint.config.js +1 -0
  2. package/package.json +1 -1
package/eslint.config.js CHANGED
@@ -141,6 +141,7 @@ export default [
141
141
  "@stylistic/operator-linebreak": ["error", "after"], // More nice
142
142
  "@stylistic/no-extra-parens": "off",
143
143
  "@stylistic/dot-location": ["error", "property"], // Maybe later?
144
+ "@stylistic/indent-binary-ops": ["error", 4], // Other indends in stylistic 4
144
145
 
145
146
  /**
146
147
  * React rules
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@labeg/code-style",
3
- "version": "6.4.1",
3
+ "version": "6.5.0",
4
4
  "author": "Eugene Labutin",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/LabEG/code-style#readme",