@octohash/eslint-config 0.2.0 → 0.2.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/package.json +4 -5
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@octohash/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.1",
|
|
5
5
|
"description": "Personal ESLint config based on @antfu/eslint-config with opinionated extensions.",
|
|
6
6
|
"author": "jinghaihan",
|
|
7
7
|
"license": "MIT",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"lint-staged": "^16.2.7",
|
|
60
60
|
"vitest": "^4.0.18",
|
|
61
61
|
"@types/node": "^24.10.13",
|
|
62
|
-
"@octohash/eslint-config": "0.2.
|
|
62
|
+
"@octohash/eslint-config": "0.2.1"
|
|
63
63
|
},
|
|
64
64
|
"simple-git-hooks": {
|
|
65
65
|
"pre-commit": "pnpm lint-staged"
|
|
@@ -73,9 +73,8 @@
|
|
|
73
73
|
"test": "vitest",
|
|
74
74
|
"lint": "eslint",
|
|
75
75
|
"deps": "taze major -I",
|
|
76
|
-
"release": "bumpp
|
|
76
|
+
"release": "bumpp",
|
|
77
77
|
"catalog": "pncat",
|
|
78
|
-
"bootstrap": "pnpm install"
|
|
79
|
-
"preinstall": "npx only-allow pnpm"
|
|
78
|
+
"bootstrap": "pnpm install"
|
|
80
79
|
}
|
|
81
80
|
}
|