- Install eslint, typescript-eslint, eslint-plugin-react-hooks - Configure eslint.config.js with flat config format - Add type: module to package.json - Fix unused variable issues (prefix with underscore) - Add Makefile targets: lint-frontend, fix-frontend
32 lines
231 B
Text
32 lines
231 B
Text
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
.venv/
|
|
.uv/
|
|
uv.lock
|
|
|
|
# Node
|
|
node_modules/
|
|
.next/
|
|
.turbo/
|
|
test-results/
|
|
|
|
# Env
|
|
.env
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
current_pr.md
|
|
next_pr.md
|
|
|
|
# Notes
|
|
notes/
|
|
prompts/
|
|
.coverage
|