Skip to content

style: format sdk source using prettier#196

Open
Kaycee276 wants to merge 1 commit into
BCPathway:mainfrom
Kaycee276:tooling/add-eslint-prettier-sdk
Open

style: format sdk source using prettier#196
Kaycee276 wants to merge 1 commit into
BCPathway:mainfrom
Kaycee276:tooling/add-eslint-prettier-sdk

Conversation

@Kaycee276
Copy link
Copy Markdown

Summary

Type of Change

  • 🐛 Bug fix (non-breaking change that fixes an issue)
  • ✨ New feature (non-breaking change that adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to change)
  • 📝 Documentation update
  • 🔧 Smart contract improvement
  • 🧪 Test coverage improvement
  • 🏗️ CI/Build improvement

Related Issue

Closes #87

Changes Made

Testing

How has this been tested?

  • Rust unit tests pass (cargo test)
  • SDK compiles (npm run build in sdk/)
  • Manual testing against Soroban testnet
  • New tests added for changes

Test commands run:

# Contract tests
cargo test

# SDK build
cd sdk && npm run build

Checklist

  • My code follows the project's style guidelines
  • I have added NatSpec-style comments to new Rust functions
  • I have added JSDoc comments to new TypeScript functions
  • I have updated the README if needed
  • My branch follows the naming convention: feature/<issue-number>-<description>
  • I have not modified files outside the scope of this issue

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.

[Tooling] Add ESLint and Prettier to SDK

1 participant