@dhzh/eslint-config 1.6.0 → 1.7.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.
@@ -28,7 +28,7 @@ var import_ansis5 = __toESM(require("ansis"), 1);
28
28
  var import_cac = require("cac");
29
29
 
30
30
  // package.json
31
- var version = "1.6.0";
31
+ var version = "1.7.0";
32
32
  var package_default = {
33
33
  name: "@dhzh/eslint-config",
34
34
  type: "module",
@@ -77,7 +77,7 @@ var package_default = {
77
77
  "lint-fix": "eslint --fix .",
78
78
  prepack: "pnpm run build",
79
79
  prepare: "simple-git-hooks",
80
- release: "bumpp && pnpm publish --access=public",
80
+ release: "bumpp",
81
81
  typecheck: "tsc --noEmit",
82
82
  typegen: "tsx scripts/eslint-typegen.ts"
83
83
  },
@@ -112,7 +112,7 @@ var package_default = {
112
112
  "eslint-plugin-react-refresh": "^0.4.20",
113
113
  "eslint-plugin-regexp": "^2.7.0",
114
114
  "eslint-plugin-simple-import-sort": "^12.1.1",
115
- "eslint-plugin-tailwindcss": "^3.18.0",
115
+ "eslint-plugin-tailwindcss": "npm:@hyoban/eslint-plugin-tailwindcss@4.0.0-alpha.12",
116
116
  "eslint-plugin-toml": "^0.12.0",
117
117
  "eslint-plugin-unicorn": "^59.0.1",
118
118
  "eslint-plugin-unused-imports": "^4.1.4",
@@ -208,7 +208,7 @@ var vscodeSettingsString = `
208
208
  "pcss",
209
209
  "postcss",
210
210
  "gql",
211
- "graphql",
211
+ "graphql"
212
212
  ],
213
213
 
214
214
  // Enable eslint as the default formatter
package/dist/cli/index.js CHANGED
@@ -4,7 +4,7 @@ import c4 from "ansis";
4
4
  import { cac } from "cac";
5
5
 
6
6
  // package.json
7
- var version = "1.6.0";
7
+ var version = "1.7.0";
8
8
  var package_default = {
9
9
  name: "@dhzh/eslint-config",
10
10
  type: "module",
@@ -53,7 +53,7 @@ var package_default = {
53
53
  "lint-fix": "eslint --fix .",
54
54
  prepack: "pnpm run build",
55
55
  prepare: "simple-git-hooks",
56
- release: "bumpp && pnpm publish --access=public",
56
+ release: "bumpp",
57
57
  typecheck: "tsc --noEmit",
58
58
  typegen: "tsx scripts/eslint-typegen.ts"
59
59
  },
@@ -88,7 +88,7 @@ var package_default = {
88
88
  "eslint-plugin-react-refresh": "^0.4.20",
89
89
  "eslint-plugin-regexp": "^2.7.0",
90
90
  "eslint-plugin-simple-import-sort": "^12.1.1",
91
- "eslint-plugin-tailwindcss": "^3.18.0",
91
+ "eslint-plugin-tailwindcss": "npm:@hyoban/eslint-plugin-tailwindcss@4.0.0-alpha.12",
92
92
  "eslint-plugin-toml": "^0.12.0",
93
93
  "eslint-plugin-unicorn": "^59.0.1",
94
94
  "eslint-plugin-unused-imports": "^4.1.4",
@@ -184,7 +184,7 @@ var vscodeSettingsString = `
184
184
  "pcss",
185
185
  "postcss",
186
186
  "gql",
187
- "graphql",
187
+ "graphql"
188
188
  ],
189
189
 
190
190
  // Enable eslint as the default formatter
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dhzh/eslint-config",
3
3
  "type": "module",
4
- "version": "1.6.0",
4
+ "version": "1.7.0",
5
5
  "description": "Lyle's ESLint config",
6
6
  "author": {
7
7
  "name": "Lyle Zheng",
@@ -68,7 +68,7 @@
68
68
  "eslint-plugin-react-refresh": "^0.4.20",
69
69
  "eslint-plugin-regexp": "^2.7.0",
70
70
  "eslint-plugin-simple-import-sort": "^12.1.1",
71
- "eslint-plugin-tailwindcss": "^3.18.0",
71
+ "eslint-plugin-tailwindcss": "npm:@hyoban/eslint-plugin-tailwindcss@4.0.0-alpha.12",
72
72
  "eslint-plugin-toml": "^0.12.0",
73
73
  "eslint-plugin-unicorn": "^59.0.1",
74
74
  "eslint-plugin-unused-imports": "^4.1.4",
@@ -107,7 +107,7 @@
107
107
  "dev": "pnpm run typegen && npx @eslint/config-inspector --config eslint.config.ts",
108
108
  "lint": "eslint",
109
109
  "lint-fix": "eslint --fix .",
110
- "release": "bumpp && pnpm publish --access=public",
110
+ "release": "bumpp",
111
111
  "typecheck": "tsc --noEmit",
112
112
  "typegen": "tsx scripts/eslint-typegen.ts"
113
113
  }