Commit 4e40891
authored
docs(claude): always existsSync for file existence (#594)
Add shared-standards rule: use existsSync from node:fs. Forbid
fs.access, fs.stat-for-existence, and async fileExists wrappers.
Canonical import form: `import { existsSync, promises as fs } from 'node:fs'`.1 parent 7797383 commit 4e40891
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
0 commit comments