Skip to content

Commit 10d744a

Browse files
justin808claude
andcommitted
Fix Prettier formatting for CHANGELOG and CLAUDE.md
- Applied Prettier formatting to fix CI formatting checks - Added newline after 'Added' section in CHANGELOG.md - Updated CLAUDE.md with correct autofix command 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 22938ad commit 10d744a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ After a release, please make sure to run `bundle exec rake update_changelog`. Th
2424
Changes since the last non-beta release.
2525

2626
#### Added
27+
2728
- **`react_on_rails:doctor` generator**: New diagnostic command to validate React on Rails setup and identify configuration issues. Provides comprehensive checks for environment prerequisites, dependencies, Rails integration, and Webpack configuration. Use `rails generate react_on_rails:doctor` to diagnose your setup, with optional `--verbose` flag for detailed output.
2829

2930
### [16.0.0] - 2025-09-16

CLAUDE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
1616
- ESLint only: `yarn run lint` or `rake lint:eslint`
1717
- RuboCop only: `rake lint:rubocop`
1818
- **Code Formatting**:
19-
- Format code with Prettier: `yarn start format`
19+
- Format code with Prettier: `rake autofix`
2020
- Check formatting without fixing: `yarn start format.listDifferent`
2121
- **Build**: `yarn run build` (compiles TypeScript to JavaScript in node_package/lib)
2222
- **Type checking**: `yarn run type-check`
23+
- **Before git push**: `rake lint` and autofix and resolve non-autofix issues.
2324

2425
### Development Setup Commands
2526

0 commit comments

Comments
 (0)