@sxzz/eslint-config 7.8.1 → 7.8.3
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/index.mjs +6 -1
- package/package.json +7 -7
package/dist/index.mjs
CHANGED
|
@@ -146,6 +146,7 @@ const GLOB_EXCLUDE = [
|
|
|
146
146
|
"**/.output",
|
|
147
147
|
"**/.vite-inspect",
|
|
148
148
|
"**/.nitro",
|
|
149
|
+
"**/.context",
|
|
149
150
|
"**/CHANGELOG*.md",
|
|
150
151
|
"**/*.min.*",
|
|
151
152
|
"**/LICENSE*",
|
|
@@ -461,6 +462,7 @@ const sortPackageJson = () => [{
|
|
|
461
462
|
"peerDependencies",
|
|
462
463
|
"peerDependenciesMeta",
|
|
463
464
|
"dependencies",
|
|
465
|
+
"inlinedDependencies",
|
|
464
466
|
"optionalDependencies",
|
|
465
467
|
"devDependencies",
|
|
466
468
|
"pnpm",
|
|
@@ -681,7 +683,10 @@ const specialCases = () => [
|
|
|
681
683
|
{
|
|
682
684
|
files: ["**/scripts/*", "**/cli.*"],
|
|
683
685
|
name: "sxzz/special/cli",
|
|
684
|
-
rules: {
|
|
686
|
+
rules: {
|
|
687
|
+
"baseline-js/use-baseline": "off",
|
|
688
|
+
"no-console": "off"
|
|
689
|
+
}
|
|
685
690
|
},
|
|
686
691
|
{
|
|
687
692
|
files: [`**/*.{test,spec}.${GLOB_SRC_EXT}`],
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sxzz/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "7.8.
|
|
4
|
+
"version": "7.8.3",
|
|
5
5
|
"description": "ESLint config for @sxzz.",
|
|
6
6
|
"author": "Kevin Deng <sxzz@sxzz.moe>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -73,19 +73,19 @@
|
|
|
73
73
|
"devDependencies": {
|
|
74
74
|
"@eslint/config-inspector": "^1.4.2",
|
|
75
75
|
"@sxzz/prettier-config": "^2.3.1",
|
|
76
|
-
"@types/node": "^25.3.
|
|
77
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
78
|
-
"@unocss/eslint-plugin": "^66.6.
|
|
76
|
+
"@types/node": "^25.3.2",
|
|
77
|
+
"@typescript/native-preview": "7.0.0-dev.20260227.1",
|
|
78
|
+
"@unocss/eslint-plugin": "^66.6.2",
|
|
79
79
|
"bumpp": "^10.4.1",
|
|
80
80
|
"eslint": "^10.0.2",
|
|
81
81
|
"eslint-plugin-astro": "^1.6.0",
|
|
82
82
|
"eslint-typegen": "^2.3.1",
|
|
83
83
|
"prettier": "^3.8.1",
|
|
84
84
|
"rolldown-plugin-require-cjs": "^0.3.3",
|
|
85
|
-
"tsdown": "^0.
|
|
86
|
-
"tsdown-preset-sxzz": "^0.
|
|
85
|
+
"tsdown": "^0.21.0-beta.2",
|
|
86
|
+
"tsdown-preset-sxzz": "^0.4.0",
|
|
87
87
|
"typescript": "^5.9.3",
|
|
88
|
-
"unrun": "^0.2.
|
|
88
|
+
"unrun": "^0.2.28"
|
|
89
89
|
},
|
|
90
90
|
"resolutions": {
|
|
91
91
|
"@types/eslint": "-"
|