@schafevormfenster/eslint-config 0.0.11 → 0.0.12

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.
@@ -97,7 +97,7 @@ These configurations enforce domain-specific patterns and are designed to be use
97
97
  #### `@schafevormfenster/eslint-config/architecture`
98
98
  **Purpose**: Enforces architectural patterns and file organization
99
99
  **Key rules**:
100
- - Kebab-case file naming with semantic suffixes
100
+ - Kebab-case file naming with semantic suffixes (client helpers can adopt `*.health.ts` naming when they live next to their clients)
101
101
  - Folder structure conventions (src/app, src/clients, src/services, etc.)
102
102
  - Layer dependency rules (clients → services → coordinators)
103
103
  - One function per file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@schafevormfenster/eslint-config",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -37,7 +37,7 @@
37
37
  "eslint-plugin-zod": "^1.4.0",
38
38
  "globals": "^16.5.0",
39
39
  "typescript-eslint": "^8.55.0",
40
- "@schafevormfenster/eslint-plugin": "0.0.12"
40
+ "@schafevormfenster/eslint-plugin": "0.0.13"
41
41
  },
42
42
  "engines": {
43
43
  "node": ">=22"