You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Prettier formatting in Pro dummy webpack config
The commonWebpackConfig.js file had a long conditional that needed to be
split across multiple lines according to Prettier rules in the Pro package.
This was not caught by pre-commit hooks because the root .prettierignore
excludes react_on_rails_pro/, but CI runs linting separately in that
directory with its own rules.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments