Skip to content

Conversation

@nisedo
Copy link
Contributor

@nisedo nisedo commented Nov 27, 2025

Summary

  • Adds .prettierignore file to exclude external dependencies from prettier formatting
  • Excludes node_modules/, lib/, contracts/Math/ABDKMath64x64/, and build artifacts
  • Reduces lint warnings from 39 files to 14 files

Test plan

  • Run npm run lint - formatting warnings reduced from 39 to 14 files
  • Verify excluded directories are not checked by prettier

🤖 Generated with Claude Code

Excludes from prettier formatting:
- node_modules/ (npm dependencies)
- lib/ (Foundry libraries)
- contracts/Math/ABDKMath64x64/ (external ABDK library)
- artifacts/, cache/, out/ (build artifacts)

This reduces lint warnings from 39 files to 14 files by ignoring
external code that shouldn't be formatted.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
@nisedo nisedo merged commit ec3a504 into crytic:main Nov 27, 2025
6 checks passed
@nisedo nisedo deleted the fix-prettierignore branch November 27, 2025 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant