@d-kuehn/eslint-config 27.3.0 → 27.4.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/README.md CHANGED
@@ -54,7 +54,7 @@ export default combine(
54
54
  | ------------------------------------------------------------------------------------------------ | ------------------------------------------- | ------------------------------------------------- |
55
55
  | [defaults() v9.38.0](https://github.com/eslint/eslint) | Base ESLint rules for JS/TS projects | All JavaScript/TypeScript files, `.vue` |
56
56
  | [typescript() v8.46.1](https://github.com/typescript-eslint/typescript-eslint) | TypeScript-specific rules and type checking | `.ts`, `.tsx`, `.mts`, `.cts`, `.vue` |
57
- | [stylistic() v5.4.0](https://github.com/eslint-stylistic/eslint-stylistic) | Code style and formatting rules | All JavaScript/TypeScript files, `.vue`, `.astro` |
57
+ | [stylistic() v5.5.0](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
60
60
 
package/dist/index.d.ts CHANGED
@@ -2,7 +2,7 @@ import { Linter, Linter as Linter$1 } from "eslint";
2
2
  import { TSESLint, TSESLint as TSESLint$1 } from "@typescript-eslint/utils";
3
3
 
4
4
  //#region src/types/index.d.ts
5
- type Awaitable<T> = Promise<T> | T;
5
+ type Awaitable<T$1> = Promise<T$1> | T$1;
6
6
  interface Options {
7
7
  ignores?: string[];
8
8
  plugins?: Record<string, TSESLint.Linter.Plugin>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d-kuehn/eslint-config",
3
- "version": "27.3.0",
3
+ "version": "27.4.1",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -29,7 +29,7 @@
29
29
  "dependencies": {
30
30
  "@eslint/compat": "1.4.0",
31
31
  "@eslint/js": "9.38.0",
32
- "@stylistic/eslint-plugin": "5.4.0",
32
+ "@stylistic/eslint-plugin": "5.5.0",
33
33
  "@types/eslint-plugin-jsx-a11y": "6.10.1",
34
34
  "@typescript-eslint/parser": "8.46.1",
35
35
  "@vitest/eslint-plugin": "1.3.23",
@@ -60,7 +60,7 @@
60
60
  "@types/eslint-plugin-jsx-a11y": "6.10.1",
61
61
  "@types/node": "22.18.11",
62
62
  "@typescript-eslint/utils": "8.46.1",
63
- "tsdown": "0.15.7",
63
+ "tsdown": "0.15.8",
64
64
  "typescript": "5.9.3"
65
65
  },
66
66
  "peerDependencies": {