@tb-dev/eslint-config 1.6.7 → 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.
package/dist/index.cjs CHANGED
@@ -840,6 +840,7 @@ async function vue(options) {
840
840
  allowProps: false
841
841
  }
842
842
  ],
843
+ "vue/require-explicit-slots": "error",
843
844
  "vue/require-macro-variable-name": [
844
845
  "error",
845
846
  {
package/dist/index.js CHANGED
@@ -817,6 +817,7 @@ async function vue(options) {
817
817
  allowProps: false
818
818
  }
819
819
  ],
820
+ "vue/require-explicit-slots": "error",
820
821
  "vue/require-macro-variable-name": [
821
822
  "error",
822
823
  {
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@tb-dev/eslint-config",
3
- "version": "1.6.7",
3
+ "version": "1.7.0",
4
4
  "description": "ESLint config",
5
5
  "license": "MIT",
6
6
  "type": "module",
7
7
  "private": false,
8
- "packageManager": "pnpm@8.14.2",
8
+ "packageManager": "pnpm@8.15.1",
9
9
  "homepage": "https://github.com/ferreira-tb/eslint-config",
10
10
  "repository": {
11
11
  "type": "git",
@@ -18,28 +18,28 @@
18
18
  "*.{?(c|m)@(j|t)s,css,vue,md,json}": "prettier --write"
19
19
  },
20
20
  "dependencies": {
21
- "@typescript-eslint/eslint-plugin": "^6.19.1",
22
- "@typescript-eslint/parser": "^6.19.1",
21
+ "@typescript-eslint/eslint-plugin": "^6.20.0",
22
+ "@typescript-eslint/parser": "^6.20.0",
23
23
  "eslint-config-prettier": "^9.1.0",
24
24
  "eslint-plugin-perfectionist": "^2.5.0",
25
25
  "eslint-plugin-unicorn": "^50.0.1",
26
- "eslint-plugin-vitest": "^0.3.20",
27
- "eslint-plugin-vue": "^9.20.1",
26
+ "eslint-plugin-vitest": "^0.3.21",
27
+ "eslint-plugin-vue": "^9.21.1",
28
28
  "globals": "^13.24.0",
29
- "vue-eslint-parser": "^9.4.1"
29
+ "vue-eslint-parser": "^9.4.2"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/eslint-config-prettier": "^6.11.3",
33
- "@types/node": "^20.11.5",
33
+ "@types/node": "^20.11.15",
34
34
  "eslint": "^8.56.0",
35
35
  "husky": "^8.0.3",
36
- "lint-staged": "^15.2.0",
36
+ "lint-staged": "^15.2.1",
37
37
  "prettier": "^3.2.4",
38
- "taze": "^0.13.1",
38
+ "taze": "^0.13.2",
39
39
  "tslib": "^2.6.2",
40
40
  "typescript": "5.3.3",
41
41
  "vite": "^5.0.12",
42
- "vite-plugin-dts": "^3.7.1"
42
+ "vite-plugin-dts": "^3.7.2"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "eslint": "^8.0.0"