@jsse/eslint-config 0.2.14 → 0.2.15
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/cli.cjs +1 -1
- package/dist/cli.js +1 -1
- package/dist/index.cjs +1 -0
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/cli.cjs
CHANGED
package/dist/cli.js
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -11192,6 +11192,7 @@ var perfectionist = async () => {
|
|
|
11192
11192
|
"object",
|
|
11193
11193
|
"unknown"
|
|
11194
11194
|
],
|
|
11195
|
+
internalPattern: ["~/**", "@/**"],
|
|
11195
11196
|
newlinesBetween: "ignore",
|
|
11196
11197
|
order: "asc",
|
|
11197
11198
|
type: "natural"
|
package/dist/index.js
CHANGED
|
@@ -11120,6 +11120,7 @@ var perfectionist = async () => {
|
|
|
11120
11120
|
"object",
|
|
11121
11121
|
"unknown"
|
|
11122
11122
|
],
|
|
11123
|
+
internalPattern: ["~/**", "@/**"],
|
|
11123
11124
|
newlinesBetween: "ignore",
|
|
11124
11125
|
order: "asc",
|
|
11125
11126
|
type: "natural"
|
package/package.json
CHANGED