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 swc.config.js to match project linting standards
Updated config/swc.config.js to follow project's Prettier/ESLint rules:
- Changed double quotes to single quotes (singleQuote: true)
- Added trailing commas to all objects/arrays (trailingComma: all)
The Shakapacker-generated swc.config.js template uses double quotes and
no trailing commas, which violates the project's standard linting rules.
Verified with: yarn prettier config/swc.config.js --check
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments