Skip to content

Commit bd8185f

Browse files
committed
improve linting
Signed-off-by: Faisal Usmani <faisal.of.usmani@gmail.com>
1 parent 70f93f3 commit bd8185f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

CLAUDE.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,7 @@ See `foundry.toml` for Foundry configuration. **Do not modify `foundry.toml` wit
141141

142142
## Linting
143143

144-
```bash
145-
yarn lint-solidity # Solhint for Solidity
146-
yarn lint-js # Prettier for JS/TS
147-
yarn lint-fix # Auto-fix all
148-
```
144+
Run `yarn lint-fix` to auto-fix all lint issues. For checking only: `yarn lint-solidity` (Solhint) and `yarn lint-js` (Prettier).
149145

150146
## License
151147

0 commit comments

Comments
 (0)