@d-kuehn/eslint-config 8.2.0 → 8.2.2

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
@@ -51,7 +51,7 @@ export default combine(
51
51
  | ------------------------------------------------------------------------------------------------ | ------------------------------------------- | --------------------------------------- |
52
52
  | [defaults() v9.21.0](https://github.com/eslint/eslint) | Base ESLint rules for JS/TS projects | All JavaScript/TypeScript files, `.vue` |
53
53
  | [typescript() v8.25.0](https://github.com/typescript-eslint/typescript-eslint) | TypeScript-specific rules and type checking | `.ts`, `.tsx`, `.mts`, `.cts`, `.vue` |
54
- | [stylistic() v3.1.0](https://github.com/eslint-stylistic/eslint-stylistic) | Code style and formatting rules | All JavaScript/TypeScript files, `.vue` |
54
+ | [stylistic() v4.1.0](https://github.com/eslint-stylistic/eslint-stylistic) | Code style and formatting rules | All JavaScript/TypeScript files, `.vue` |
55
55
 
56
56
  ### Feature-specific Configurations
57
57
 
@@ -77,7 +77,7 @@ export default combine(
77
77
 
78
78
  | Configuration | Purpose | Targeted Files |
79
79
  | ---------------------------------------------------------------------------------------------------------------------- | --------------------------- | --------------------------------------------------- |
80
- | [vitest() v1.1.33](https://github.com/vitest-dev/eslint-plugin-vitest) | Vitest test rules | `**/*.{spec,test,bench,benchmark}.?([cm])[jt]s?(x)` |
80
+ | [vitest() v1.1.34](https://github.com/vitest-dev/eslint-plugin-vitest) | Vitest test rules | `**/*.{spec,test,bench,benchmark}.?([cm])[jt]s?(x)` |
81
81
  | [playwright() v2.2.0](https://github.com/playwright-community/eslint-plugin-playwright) | Playwright E2E test rules | `tests/e2e/**`, `**/*.e2e.?([cm])[jt]s?(x)` |
82
82
  | [testingLibrary() v7.1.1](https://github.com/testing-library/eslint-plugin-testing-library) | Testing Library with Vue.js | `**/*.{spec,test,bench,benchmark}.?([cm])[jt]s?(x)` |
83
83
 
package/dist/index.js CHANGED
@@ -550,7 +550,7 @@ var stylistic = async (options = {}) => {
550
550
  ...options?.plugins && options.plugins
551
551
  },
552
552
  rules: {
553
- ...pluginStylistic.configs["recommended-flat"].rules,
553
+ ...pluginStylistic.configs.recommended.rules,
554
554
  "@stylistic/array-bracket-newline": ["error", "consistent"],
555
555
  // enforce consistent space for array values
556
556
  "@stylistic/array-bracket-spacing": ["error", "always"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d-kuehn/eslint-config",
3
- "version": "8.2.0",
3
+ "version": "8.2.2",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -29,9 +29,9 @@
29
29
  "dependencies": {
30
30
  "@eslint/compat": "1.2.7",
31
31
  "@eslint/js": "9.21.0",
32
- "@stylistic/eslint-plugin": "3.1.0",
32
+ "@stylistic/eslint-plugin": "4.1.0",
33
33
  "@typescript-eslint/parser": "8.25.0",
34
- "@vitest/eslint-plugin": "1.1.33",
34
+ "@vitest/eslint-plugin": "1.1.34",
35
35
  "@vue/eslint-config-typescript": "14.4.0",
36
36
  "eslint": "9.21.0",
37
37
  "eslint-flat-config-utils": "2.0.1",