@siberiacancode/eslint 2.15.1 → 2.15.2

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.
@@ -160,7 +160,7 @@ const eslint = (inputOptions = {}, ...configs) => {
160
160
  elementNamePattern: "^on[A-Z].*"
161
161
  }
162
162
  ],
163
- groups: ["shorthand", "reserved", "multiline", "unknown", "callback"],
163
+ groups: ["shorthand-prop", "reserved", "multiline-prop", "unknown", "callback"],
164
164
  order: "asc",
165
165
  type: "alphabetical"
166
166
  }
@@ -158,7 +158,7 @@ const eslint = (inputOptions = {}, ...configs) => {
158
158
  elementNamePattern: "^on[A-Z].*"
159
159
  }
160
160
  ],
161
- groups: ["shorthand", "reserved", "multiline", "unknown", "callback"],
161
+ groups: ["shorthand-prop", "reserved", "multiline-prop", "unknown", "callback"],
162
162
  order: "asc",
163
163
  type: "alphabetical"
164
164
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@siberiacancode/eslint",
3
3
  "type": "module",
4
- "version": "2.15.1",
4
+ "version": "2.15.2",
5
5
  "description": "eslint configs",
6
6
  "author": {
7
7
  "name": "SIBERIA CAN CODE 🧊",