Skip to content

Commit 4821534

Browse files
authored
Update CONTRIBUTING.md with lint fix command
Added a command to fix linting errors before committing.
1 parent 6353e6a commit 4821534

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/dev/CONTRIBUTING.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,10 @@ Please read [TESTING.md](TESTING.md) in its entirety before writing tests.
261261

262262
```bash
263263
# 1. Run linting (must pass with 0 errors)
264-
npm run lint
264+
npm run lint:fix
265+
266+
# 2. Run typechecker (must pass with 0 errors)
267+
npm run typecheck
265268

266269
# 2. Run formatting (must format all files)
267270
npm run format

0 commit comments

Comments
 (0)