Wan2.1/wan-pwa/.eslintrc.js
Claude f21ab74e38
chore: add configuration files for monorepo setup
- Add root package.json and turbo.json
- Add Next.js config files
- Add FastAPI environment example
- Add PWA manifest
- Add ESLint and Prettier config

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-24 14:19:02 +00:00

8 lines
148 B
JavaScript

module.exports = {
root: true,
extends: ["next/core-web-vitals", "prettier"],
rules: {
"@next/next/no-html-link-for-pages": "off",
},
}