@coderwyd/eslint-config 4.7.1 → 4.7.2
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.js +1 -1
- package/package.json +6 -2
package/dist/cli.js
CHANGED
package/package.json
CHANGED
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coderwyd/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "4.7.
|
|
4
|
+
"version": "4.7.2",
|
|
5
5
|
"description": "Donny's ESLint config",
|
|
6
6
|
"author": "Donny Wang <donny526@outlook.com> (https://github.com/coderwyd/)",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"homepage": "https://github.com/coderwyd/eslint-config",
|
|
9
|
+
"repository": {
|
|
10
|
+
"type": "git",
|
|
11
|
+
"url": "git+https://github.com/coderwyd/eslint-config.git"
|
|
12
|
+
},
|
|
9
13
|
"keywords": [
|
|
10
14
|
"eslint",
|
|
11
15
|
"eslint-config",
|
|
@@ -139,7 +143,7 @@
|
|
|
139
143
|
"lint:fix": "eslint . --fix",
|
|
140
144
|
"build:inspector": "pnpm build && pnpx @eslint/config-inspector build",
|
|
141
145
|
"build:typegen": "jiti scripts/typegen.ts",
|
|
142
|
-
"release": "bumpp
|
|
146
|
+
"release": "bumpp",
|
|
143
147
|
"typecheck": "tsc --noEmit"
|
|
144
148
|
}
|
|
145
149
|
}
|