@schoero/configs 1.1.11 → 1.1.12
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/cspell/dict/html.txt +3 -1
- package/eslint/json.js +4 -4
- package/package.json +1 -1
package/cspell/dict/html.txt
CHANGED
package/eslint/json.js
CHANGED
|
@@ -53,6 +53,10 @@ export const json = [
|
|
|
53
53
|
rules: {
|
|
54
54
|
"eslint-plugin-jsonc/sort-keys": [
|
|
55
55
|
"warn",
|
|
56
|
+
{
|
|
57
|
+
order: ["types", "require", "import"],
|
|
58
|
+
pathPattern: "^exports..*..*$"
|
|
59
|
+
},
|
|
56
60
|
{
|
|
57
61
|
order: {
|
|
58
62
|
caseSensitive: true,
|
|
@@ -103,10 +107,6 @@ export const json = [
|
|
|
103
107
|
}
|
|
104
108
|
],
|
|
105
109
|
pathPattern: "^$"
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
order: ["types", "require", "import"],
|
|
109
|
-
pathPattern: "^exports\..*\..*$"
|
|
110
110
|
}
|
|
111
111
|
]
|
|
112
112
|
}
|
package/package.json
CHANGED