-
-
Notifications
You must be signed in to change notification settings - Fork 7
Comparing changes
Open a pull request
base repository: python/memory.python.org
base: main
head repository: python/memory.python.org
compare: frontend-eslint
- 7 commits
- 28 files changed
- 3 contributors
Commits on Mar 16, 2026
-
Add eslint and eslint-config-next as dev dependencies
The frontend had an .eslintrc.json config extending next/core-web-vitals and next/typescript, but the actual eslint packages were never listed in package.json. This meant `npm run lint` always failed. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d1327aa - Browse repository at this point
Copy the full SHA d1327aaView commit details -
Fix ESLint errors in shared types, hooks, and UI components
Remove unused imports. Replace empty interfaces with type aliases. Fix a const used only as a type. Export DialogClose so it's not flagged as unused. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8a02be6 - Browse repository at this point
Copy the full SHA 8a02be6View commit details -
Fix ESLint errors in admin components
Remove unused imports. Drop bindings from catch clauses where the error variable was unused. Remove dead API_BASE assignments. Replace require() calls with dynamic import() in QueryConsole. Escape apostrophes in JSX text. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 801c9bb - Browse repository at this point
Copy the full SHA 801c9bbView commit details -
Fix ESLint errors in page components
Remove unused imports and variables. Drop bindings from catch clauses. Use const where variables are never reassigned. Remove unused map callback parameters. Escape apostrophes in JSX text. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4ea96df - Browse repository at this point
Copy the full SHA 4ea96dfView commit details -
Add ESLint and typecheck to CI, update docs
Replace the dummy CI workflow with one that runs ESLint and tsc on every push and PR. Document how to run both checks via Docker. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7ac3e43 - Browse repository at this point
Copy the full SHA 7ac3e43View commit details -
Co-authored-by: Copilot Autofix powered by AI <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c551622 - Browse repository at this point
Copy the full SHA c551622View commit details -
Merge remote-tracking branch 'origin/main' into frontend-eslint
# Conflicts: # .github/workflows/ci.yml # README.md
Configuration menu - View commit details
-
Copy full SHA for 7646d19 - Browse repository at this point
Copy the full SHA 7646d19View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...frontend-eslint