@tb-dev/eslint-config 1.7.0 → 1.7.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/dist/index.cjs CHANGED
@@ -840,7 +840,7 @@ async function vue(options) {
840
840
  allowProps: false
841
841
  }
842
842
  ],
843
- "vue/require-explicit-slots": "error",
843
+ "vue/require-explicit-slots": "off",
844
844
  "vue/require-macro-variable-name": [
845
845
  "error",
846
846
  {
package/dist/index.js CHANGED
@@ -817,7 +817,7 @@ async function vue(options) {
817
817
  allowProps: false
818
818
  }
819
819
  ],
820
- "vue/require-explicit-slots": "error",
820
+ "vue/require-explicit-slots": "off",
821
821
  "vue/require-macro-variable-name": [
822
822
  "error",
823
823
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tb-dev/eslint-config",
3
- "version": "1.7.0",
3
+ "version": "1.7.1",
4
4
  "description": "ESLint config",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -30,11 +30,11 @@
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/eslint-config-prettier": "^6.11.3",
33
- "@types/node": "^20.11.15",
33
+ "@types/node": "^20.11.16",
34
34
  "eslint": "^8.56.0",
35
35
  "husky": "^8.0.3",
36
36
  "lint-staged": "^15.2.1",
37
- "prettier": "^3.2.4",
37
+ "prettier": "^3.2.5",
38
38
  "taze": "^0.13.2",
39
39
  "tslib": "^2.6.2",
40
40
  "typescript": "5.3.3",
@@ -59,11 +59,10 @@
59
59
  },
60
60
  "scripts": {
61
61
  "build": "vite build",
62
- "bump": "miho bump -k --add .",
63
62
  "format": "prettier . --write",
64
63
  "format-check": "prettier . --check",
65
64
  "lint": "eslint . --config eslint.config.js --cache",
66
- "release": "pnpm run build && pnpm run bump && pnpm publish",
65
+ "release": "pnpm run build && pnpm publish",
67
66
  "type-check": "tsc --noEmit"
68
67
  }
69
68
  }