Skip to content

Commit 3a2a3e4

Browse files
committed
chore: missing -w flag
1 parent ed967e1 commit 3a2a3e4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

AGENTS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,12 @@ yarn lint:misc --write # Auto-fix formatting
132132
```
133133

134134
**Linting Notes:**
135+
135136
- ESLint config extends `@metamask/eslint-config`
136137
- TypeScript-specific rules in `.eslintrc.js`
137138
- No `any` types allowed (enforced by linter)
138139
- Prettier for consistent formatting
139-
- All JSON, Markdown (.md), and YAML (.yml) files must be linted using Prettier (`yarn lint:misc`)
140+
- All JSON, Markdown (.md), and YAML (.yml) files must be linted using Prettier (`yarn lint:misc -w`)
140141

141142
### Dependency Management
142143

0 commit comments

Comments
 (0)