-
Notifications
You must be signed in to change notification settings - Fork 296
Revert "Revert "Add Prettier formatting and CI check (#3263)"" #3271
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revert "Revert "Add Prettier formatting and CI check (#3263)"" #3271
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3271 +/- ##
==========================================
- Coverage 72.14% 72.11% -0.04%
==========================================
Files 183 183
Lines 9788 9788
Branches 331 335 +4
==========================================
- Hits 7062 7059 -3
- Misses 2724 2727 +3
Partials 2 2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
- Fix escaped underscores in VitePress file inclusion syntax - Update VitePress config to ignore /AGENTS and localhost dead links - Add website markdown files to .prettierignore to prevent future issues - Disable automatic example deployments (currently broken) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
✅ Deploy Preview for electric-next ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Run prettier to fix formatting issues in changeset files and website config. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
Prettier has unstable formatting for this CSS file, causing it to be reformatted differently each time. Ignore it to prevent CI failures. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
The --ext flag is no longer supported in ESLint 9 with flat config. File extensions are now configured in eslint.config.js. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
The .shared folder uses ESLint 8 with old config format, which requires --ext flag to check TypeScript files. The root flat config ignores examples/** so this folder needs explicit file extensions. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
The root eslint.config.mjs flat config causes ESLint to reject the --ext flag even in subdirectories with .eslintrc.cjs files. Remove --ext from all example package.json scripts. The local .eslintrc.cjs configs will still determine which file types to lint. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
Remove all 14 individual example ESLint configs and use a single root config for consistency across the monorepo. The root config now includes: - TypeScript unused-vars rule with underscore pattern support - Backtick quotes enforcement - Proper TypeScript parser configuration All examples now use the same linting rules, simplifying maintenance. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
- Remove all React Compiler and React hooks eslint-disable comments from linearlite - Add eslint-disable for quotes in module declarations (required syntax) - Fix import() quote in tanstack-db-web-starter (backticks not allowed) - Rename unused parseError to _parseError in typescript-client test These changes fix ESLint errors after consolidating configs to root. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
|
I'll also approve a ""Rever "Revert "Revert.... |
Very agreeable you are! |
Reverts #3270