@siberiacancode/eslint 2.15.0 → 2.15.1

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
  }
@@ -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
  }
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.1",
5
5
  "description": "eslint configs",
6
6
  "author": {
7
7
  "name": "SIBERIA CAN CODE 🧊",