@theholocron/eslint-config 7.23.2 → 7.24.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.
- package/dist/configs/package-json.js +113 -1
- package/package.json +3 -3
|
@@ -11,7 +11,119 @@ function packageJson() {
|
|
|
11
11
|
"no-irregular-whitespace": "off",
|
|
12
12
|
"n/no-unsupported-features/node-builtins": "off",
|
|
13
13
|
"n/no-extraneous-require": "off",
|
|
14
|
-
"package-json/sort-properties": "
|
|
14
|
+
"package-json/sort-properties": ["error", { order: [
|
|
15
|
+
"$schema",
|
|
16
|
+
"name",
|
|
17
|
+
"displayName",
|
|
18
|
+
"version",
|
|
19
|
+
"stableVersion",
|
|
20
|
+
"private",
|
|
21
|
+
"description",
|
|
22
|
+
"categories",
|
|
23
|
+
"keywords",
|
|
24
|
+
"homepage",
|
|
25
|
+
"bugs",
|
|
26
|
+
"repository",
|
|
27
|
+
"funding",
|
|
28
|
+
"license",
|
|
29
|
+
"qna",
|
|
30
|
+
"author",
|
|
31
|
+
"maintainers",
|
|
32
|
+
"contributors",
|
|
33
|
+
"publisher",
|
|
34
|
+
"sideEffects",
|
|
35
|
+
"type",
|
|
36
|
+
"imports",
|
|
37
|
+
"exports",
|
|
38
|
+
"main",
|
|
39
|
+
"svelte",
|
|
40
|
+
"umd:main",
|
|
41
|
+
"jsdelivr",
|
|
42
|
+
"unpkg",
|
|
43
|
+
"module",
|
|
44
|
+
"source",
|
|
45
|
+
"jsnext:main",
|
|
46
|
+
"browser",
|
|
47
|
+
"react-native",
|
|
48
|
+
"types",
|
|
49
|
+
"typesVersions",
|
|
50
|
+
"typings",
|
|
51
|
+
"style",
|
|
52
|
+
"example",
|
|
53
|
+
"examplestyle",
|
|
54
|
+
"assets",
|
|
55
|
+
"bin",
|
|
56
|
+
"man",
|
|
57
|
+
"directories",
|
|
58
|
+
"files",
|
|
59
|
+
"workspaces",
|
|
60
|
+
"binary",
|
|
61
|
+
"scripts",
|
|
62
|
+
"betterScripts",
|
|
63
|
+
"wireit",
|
|
64
|
+
"l10n",
|
|
65
|
+
"contributes",
|
|
66
|
+
"activationEvents",
|
|
67
|
+
"husky",
|
|
68
|
+
"simple-git-hooks",
|
|
69
|
+
"pre-commit",
|
|
70
|
+
"commitlint",
|
|
71
|
+
"lint-staged",
|
|
72
|
+
"nano-staged",
|
|
73
|
+
"config",
|
|
74
|
+
"nodemonConfig",
|
|
75
|
+
"browserify",
|
|
76
|
+
"babel",
|
|
77
|
+
"browserslist",
|
|
78
|
+
"xo",
|
|
79
|
+
"prettier",
|
|
80
|
+
"eslintConfig",
|
|
81
|
+
"eslintIgnore",
|
|
82
|
+
"npmpkgjsonlint",
|
|
83
|
+
"npmPackageJsonLintConfig",
|
|
84
|
+
"npmpackagejsonlint",
|
|
85
|
+
"release",
|
|
86
|
+
"remarkConfig",
|
|
87
|
+
"stylelint",
|
|
88
|
+
"ava",
|
|
89
|
+
"jest",
|
|
90
|
+
"jest-junit",
|
|
91
|
+
"jest-stare",
|
|
92
|
+
"mocha",
|
|
93
|
+
"nyc",
|
|
94
|
+
"c8",
|
|
95
|
+
"tap",
|
|
96
|
+
"oclif",
|
|
97
|
+
"resolutions",
|
|
98
|
+
"overrides",
|
|
99
|
+
"dependencies",
|
|
100
|
+
"devDependencies",
|
|
101
|
+
"dependenciesMeta",
|
|
102
|
+
"peerDependencies",
|
|
103
|
+
"peerDependenciesMeta",
|
|
104
|
+
"optionalDependencies",
|
|
105
|
+
"bundledDependencies",
|
|
106
|
+
"bundleDependencies",
|
|
107
|
+
"extensionPack",
|
|
108
|
+
"extensionDependencies",
|
|
109
|
+
"flat",
|
|
110
|
+
"packageManager",
|
|
111
|
+
"engines",
|
|
112
|
+
"engineStrict",
|
|
113
|
+
"devEngines",
|
|
114
|
+
"volta",
|
|
115
|
+
"languageName",
|
|
116
|
+
"os",
|
|
117
|
+
"cpu",
|
|
118
|
+
"preferGlobal",
|
|
119
|
+
"publishConfig",
|
|
120
|
+
"icon",
|
|
121
|
+
"badges",
|
|
122
|
+
"galleryBanner",
|
|
123
|
+
"preview",
|
|
124
|
+
"markdown",
|
|
125
|
+
"pnpm"
|
|
126
|
+
] }]
|
|
15
127
|
}
|
|
16
128
|
}];
|
|
17
129
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theholocron/eslint-config",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.24.1",
|
|
4
4
|
"description": "A ESLint configuration for writing well-formed Javascript within the Galaxy.",
|
|
5
5
|
"homepage": "https://github.com/theholocron/configs/tree/main/packages/eslint-config#readme",
|
|
6
6
|
"bugs": "https://github.com/theholocron/configs/issues",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"typescript": "^5.9.3",
|
|
35
35
|
"typescript-eslint": "^8.67.0",
|
|
36
36
|
"vitest": "^4.1.10",
|
|
37
|
-
"@theholocron/
|
|
38
|
-
"@theholocron/
|
|
37
|
+
"@theholocron/tsconfig": "7.24.1",
|
|
38
|
+
"@theholocron/vitest-config": "7.24.1"
|
|
39
39
|
},
|
|
40
40
|
"exports": {
|
|
41
41
|
".": {
|