@d-kuehn/eslint-config 31.9.1 → 31.9.3

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -53,7 +53,7 @@ export default combine(
53
53
  | Configuration | Purpose | Targeted Files |
54
54
  | ------------------------------------------------------------------------------------------------ | ------------------------------------------- | ------------------------------------------------- |
55
55
  | [defaults() v9.39.1](https://github.com/eslint/eslint) | Base ESLint rules for JS/TS projects | All JavaScript/TypeScript files, `.vue` |
56
- | [typescript() v8.48.0](https://github.com/typescript-eslint/typescript-eslint) | TypeScript-specific rules and type checking | `.ts`, `.tsx`, `.mts`, `.cts`, `.vue` |
56
+ | [typescript() v8.48.1](https://github.com/typescript-eslint/typescript-eslint) | TypeScript-specific rules and type checking | `.ts`, `.tsx`, `.mts`, `.cts`, `.vue` |
57
57
  | [stylistic() v5.6.1](https://github.com/eslint-stylistic/eslint-stylistic) | Code style and formatting rules | All JavaScript/TypeScript files, `.vue`, `.astro` |
58
58
 
59
59
  ### Feature-specific Configurations
@@ -75,7 +75,7 @@ export default combine(
75
75
  | [astro() v1.5.0](https://github.com/ota-meshi/eslint-plugin-astro) | Astro rules | `.astro` |
76
76
  | [vue() v10.6.2](https://github.com/vuejs/eslint-plugin-vue) | Vue.js rules | `.vue` |
77
77
  | [vueAccessibility() v2.4.1](https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility) | Vue.js accessibility | `.vue` |
78
- | [storybook() v10.1.2](https://github.com/storybookjs/eslint-plugin-storybook) | Storybook rules | `**/*.stories.{ts,tsx,js,jsx,mjs,cjs}` |
78
+ | [storybook() v10.1.3](https://github.com/storybookjs/eslint-plugin-storybook) | Storybook rules | `**/*.stories.{ts,tsx,js,jsx,mjs,cjs}` |
79
79
  | [betterTailwindCss() v3.7.11](https://github.com/schoero/eslint-plugin-better-tailwindcss) - Tailwind CSS v3, v4 | Tailwind CSS usage | `.vue`, `.js`, `.ts`, `.jsx`, `.tsx`, `.astro` |
80
80
 
81
81
  ### Testing Configurations
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d-kuehn/eslint-config",
3
- "version": "31.9.1",
3
+ "version": "31.9.3",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -31,7 +31,7 @@
31
31
  "@eslint/js": "9.39.1",
32
32
  "@stylistic/eslint-plugin": "5.6.1",
33
33
  "@types/eslint-plugin-jsx-a11y": "6.10.1",
34
- "@typescript-eslint/parser": "8.48.0",
34
+ "@typescript-eslint/parser": "8.48.1",
35
35
  "@vitest/eslint-plugin": "1.5.1",
36
36
  "@vue/eslint-config-typescript": "14.6.0",
37
37
  "astro-eslint-parser": "^1.2.2",
@@ -46,20 +46,20 @@
46
46
  "eslint-plugin-perfectionist": "4.15.1",
47
47
  "eslint-plugin-playwright": "2.4.0",
48
48
  "eslint-plugin-regexp": "2.10.0",
49
- "eslint-plugin-storybook": "10.1.2",
49
+ "eslint-plugin-storybook": "10.1.3",
50
50
  "eslint-plugin-testing-library": "7.13.5",
51
51
  "eslint-plugin-unicorn": "62.0.0",
52
52
  "eslint-plugin-vue": "10.6.2",
53
53
  "eslint-plugin-vuejs-accessibility": "2.4.1",
54
54
  "globals": "16.5.0",
55
55
  "jsonc-eslint-parser": "2.4.1",
56
- "typescript-eslint": "8.48.0",
56
+ "typescript-eslint": "8.48.1",
57
57
  "vue-eslint-parser": "10.2.0"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@types/eslint-plugin-jsx-a11y": "6.10.1",
61
61
  "@types/node": "24.10.1",
62
- "@typescript-eslint/utils": "8.48.0",
62
+ "@typescript-eslint/utils": "8.48.1",
63
63
  "tsdown": "0.15.12",
64
64
  "typescript": "5.9.3"
65
65
  },