@2030/eslint-config 1.0.0-beta.2 → 1.0.0
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.cjs +1 -1
- package/dist/cli.js +1 -1
- package/package.json +2 -2
package/dist/cli.cjs
CHANGED
|
@@ -48,7 +48,7 @@ var import_picocolors = __toESM(require("picocolors"), 1);
|
|
|
48
48
|
var package_default = {
|
|
49
49
|
name: "@2030/eslint-config",
|
|
50
50
|
type: "module",
|
|
51
|
-
version: "1.0.0
|
|
51
|
+
version: "1.0.0",
|
|
52
52
|
description: "Shareable ESLint config for conventional coding style",
|
|
53
53
|
author: "Dai Jun <zijun2030@163.com>",
|
|
54
54
|
license: "MIT",
|
package/dist/cli.js
CHANGED
|
@@ -19,7 +19,7 @@ import c from "picocolors";
|
|
|
19
19
|
var package_default = {
|
|
20
20
|
name: "@2030/eslint-config",
|
|
21
21
|
type: "module",
|
|
22
|
-
version: "1.0.0
|
|
22
|
+
version: "1.0.0",
|
|
23
23
|
description: "Shareable ESLint config for conventional coding style",
|
|
24
24
|
author: "Dai Jun <zijun2030@163.com>",
|
|
25
25
|
license: "MIT",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@2030/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.0
|
|
4
|
+
"version": "1.0.0",
|
|
5
5
|
"description": "Shareable ESLint config for conventional coding style",
|
|
6
6
|
"author": "Dai Jun <zijun2030@163.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
"typescript": "^5.5.4",
|
|
156
156
|
"vitest": "^2.0.5",
|
|
157
157
|
"vue": "^3.4.38",
|
|
158
|
-
"@2030/eslint-config": "1.0.0
|
|
158
|
+
"@2030/eslint-config": "1.0.0"
|
|
159
159
|
},
|
|
160
160
|
"resolutions": {
|
|
161
161
|
"@eslint-community/eslint-utils": "^4.4.0",
|