Commit 7210588
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 <[email protected]>1 parent 895bea8 commit 7210588
File tree
1 file changed
+5
-1
lines changed- react_on_rails_pro/spec/dummy/config/webpack
1 file changed
+5
-1
lines changedLines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
33 | 37 | | |
34 | 38 | | |
35 | 39 | | |
| |||
0 commit comments