@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.
- package/dist/cjs/index.cjs +1 -1
- package/dist/esm/index.mjs +1 -1
- package/package.json +1 -1
package/dist/cjs/index.cjs
CHANGED
|
@@ -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
|
}
|
package/dist/esm/index.mjs
CHANGED
|
@@ -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
|
}
|