Commit Graph

3 Commits

Author SHA1 Message Date
Matthew Podwysocki 0acd29ef33 Fix broken links and exclude node_modules from link checking
- Added --exclude node_modules to lychee args
- Removed references to non-existent examples:
  - vue-map-with-markers
  - UIKitMapExample
  - ViewSystemMapExample
2026-02-18 12:29:00 -05:00
Matthew Podwysocki 3c3702c3d7 Add Prettier formatter for consistent code formatting
- Add prettier as dev dependency
- Create .prettierrc config with markdown-specific settings
- Add .prettierignore to exclude node_modules and generated files
- Add npm scripts:
  - format: Format all files with prettier
  - format:check: Check formatting without changes
- Update npm check script to include format:check
- Add format check step to GitHub Actions CI
- Format all existing files with prettier

Prettier config:
- Preserve line wrapping in markdown (proseWrap: preserve)
- 120 char print width for markdown
- Consistent formatting for JSON and JS files

This ensures all markdown, JSON, and JS files maintain consistent
formatting across the repository.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-04 14:17:21 -05:00
Neha Gupta 2653fa88fb Initial commit 2026-01-29 16:59:42 -05:00