@svifty7/eslint-config 0.0.8 → 0.0.10

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.mjs CHANGED
@@ -1894,7 +1894,11 @@ async function vue(options = {}) {
1894
1894
  "vue/prefer-separate-static-class": "off",
1895
1895
  "vue/valid-v-slot": "off",
1896
1896
  "vue/require-explicit-emits": "error",
1897
- "vue/custom-event-name-casing": ["error", "kebab-case"],
1897
+ "vue/custom-event-name-casing": [
1898
+ "error",
1899
+ "kebab-case",
1900
+ { ignores: ["/^[a-z]+(?:-[a-z]+)*:[a-z]+(?:-[a-z]+)*$/u"] }
1901
+ ],
1898
1902
  "vue-a11y/anchor-has-content": "off",
1899
1903
  "vue-a11y/click-events-have-key-events": "off",
1900
1904
  "vue-a11y/mouse-events-have-key-events": "off",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@svifty7/eslint-config",
3
3
  "type": "module",
4
- "version": "0.0.8",
4
+ "version": "0.0.10",
5
5
  "description": "ESLint config by svifty7 based on @antfu/eslint-config",
6
6
  "author": "svifty7 (https://github.com/svifty7)",
7
7
  "license": "MIT",
@@ -44,55 +44,55 @@
44
44
  }
45
45
  },
46
46
  "dependencies": {
47
- "@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
47
+ "@eslint-community/eslint-plugin-eslint-comments": "^4.6.0",
48
48
  "@eslint/markdown": "^7.5.1",
49
49
  "@prettier/plugin-xml": "^3.4.2",
50
- "@stylistic/eslint-plugin": "^5.6.1",
51
- "@typescript-eslint/eslint-plugin": "^8.51.0",
52
- "@typescript-eslint/parser": "^8.51.0",
53
- "@vitest/eslint-plugin": "^1.6.4",
50
+ "@stylistic/eslint-plugin": "^5.7.0",
51
+ "@typescript-eslint/eslint-plugin": "^8.53.0",
52
+ "@typescript-eslint/parser": "^8.53.0",
53
+ "@vitest/eslint-plugin": "^1.6.6",
54
54
  "eslint-config-flat-gitignore": "^2.1.0",
55
55
  "eslint-flat-config-utils": "^2.1.4",
56
56
  "eslint-merge-processors": "^2.0.0",
57
- "eslint-plugin-antfu": "^3.1.1",
57
+ "eslint-plugin-antfu": "^3.1.3",
58
58
  "eslint-plugin-command": "^3.4.0",
59
- "eslint-plugin-format": "^1.1.0",
59
+ "eslint-plugin-format": "^1.3.1",
60
60
  "eslint-plugin-import-x": "^4.16.1",
61
- "eslint-plugin-jsdoc": "^61.5.0",
61
+ "eslint-plugin-jsdoc": "^62.0.0",
62
62
  "eslint-plugin-jsonc": "^2.21.0",
63
- "eslint-plugin-n": "^17.23.1",
63
+ "eslint-plugin-n": "^17.23.2",
64
64
  "eslint-plugin-no-only-tests": "^3.3.0",
65
- "eslint-plugin-perfectionist": "^5.1.0",
65
+ "eslint-plugin-perfectionist": "^5.3.1",
66
66
  "eslint-plugin-pnpm": "^1.4.3",
67
67
  "eslint-plugin-regexp": "^2.10.0",
68
- "eslint-plugin-toml": "^0.12.0",
68
+ "eslint-plugin-toml": "^1.0.0",
69
69
  "eslint-plugin-unicorn": "^62.0.0",
70
70
  "eslint-plugin-unused-imports": "^4.3.0",
71
71
  "eslint-plugin-vue": "^10.6.2",
72
72
  "eslint-plugin-vuejs-accessibility": "^2.4.1",
73
73
  "eslint-plugin-yml": "^1.19.1",
74
- "globals": "^16.5.0",
74
+ "globals": "^17.0.0",
75
75
  "jsonc-eslint-parser": "^2.4.2",
76
76
  "local-pkg": "^1.1.2",
77
77
  "pnpm-workspace-yaml": "^1.4.3",
78
- "prettier": "^3.7.4",
78
+ "prettier": "^3.8.0",
79
79
  "prettier-plugin-tailwindcss": "^0.7.2",
80
- "toml-eslint-parser": "^0.10.1",
80
+ "toml-eslint-parser": "^1.0.2",
81
81
  "vue-eslint-parser": "^10.2.0",
82
82
  "yaml-eslint-parser": "^1.3.2"
83
83
  },
84
84
  "devDependencies": {
85
- "@antfu/ni": "^28.0.0",
85
+ "@antfu/ni": "^28.2.0",
86
86
  "@eslint/config-inspector": "^1.4.2",
87
- "@types/node": "^22.19.3",
88
- "bumpp": "^10.3.2",
87
+ "@types/node": "^22.19.7",
88
+ "bumpp": "^10.4.0",
89
89
  "eslint": "^9.39.2",
90
90
  "eslint-typegen": "^2.3.0",
91
91
  "jiti": "^2.6.1",
92
92
  "lint-staged": "^16.2.7",
93
93
  "simple-git-hooks": "^2.13.1",
94
94
  "tinyglobby": "^0.2.15",
95
- "tsdown": "^0.18.3",
95
+ "tsdown": "^0.19.0",
96
96
  "tsx": "^4.21.0",
97
97
  "typescript": "^5.9.3",
98
98
  "vue": "^3.5.26"