@siberiacancode/eslint 2.15.0 → 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.
@@ -142,7 +142,7 @@ const eslint = (inputOptions = {}, ...configs) => {
142
142
  "perfectionist/sort-interfaces": [
143
143
  "error",
144
144
  {
145
- groups: ["unknown", "method", "multiline"],
145
+ groups: ["property", "member", "method", "index-signature"],
146
146
  order: "asc",
147
147
  type: "alphabetical"
148
148
  }
@@ -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
  }
@@ -140,7 +140,7 @@ const eslint = (inputOptions = {}, ...configs) => {
140
140
  "perfectionist/sort-interfaces": [
141
141
  "error",
142
142
  {
143
- groups: ["unknown", "method", "multiline"],
143
+ groups: ["property", "member", "method", "index-signature"],
144
144
  order: "asc",
145
145
  type: "alphabetical"
146
146
  }
@@ -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.0",
4
+ "version": "2.15.2",
5
5
  "description": "eslint configs",
6
6
  "author": {
7
7
  "name": "SIBERIA CAN CODE 🧊",