t0ng7u
6a87808612
🎨 chore(web): apply ESLint and Prettier auto-fixes (baseline)
...
- Ran: bun run eslint:fix && bun run lint:fix
- Inserted AGPL license header via eslint-plugin-header
- Enforced no-multiple-empty-lines and other lint rules
- Formatted code using Prettier v3 (@so1ve/prettier-config)
- No functional changes; formatting-only baseline across JS/JSX files
2025-08-30 21:15:10 +08:00
t0ng7u
38e72e1af7
🎨 chore: integrate ESLint header automation with AGPL-3.0 notice
...
• Added `.eslintrc.cjs`
- Enables `header` + `react-hooks` plugins
- Inserts standardized AGPL-3.0 license banner for © 2025 QuantumNous
- JS/JSX parsing & JSX support configured
• Installed dev-deps: `eslint`, `eslint-plugin-header`, `eslint-plugin-react-hooks`
• Updated `web/package.json` scripts
- `eslint` → lint with cache
- `eslint:fix` → auto-insert/repair license headers
• Executed `eslint --fix` to prepend license banner to all JS/JSX files
• Ignored runtime cache
- Added `.eslintcache` to `.gitignore` & `.dockerignore`
Result: consistent AGPL-3.0 license headers, reproducible linting across local dev & CI.
2025-07-19 03:30:44 +08:00
Apple\Apple
1fa4ac69b2
✨ feat: Support TailwindCSS V3
...
Signed-off-by: Apple\Apple <zeraturing@foxmail.com >
2025-05-06 01:36:23 +08:00
Apple\Apple
19d1f7853f
Revert " ✨ feat: Support TailwindCSS V3"
...
This reverts commit 74572ab2ee .
2025-05-06 01:24:36 +08:00
Apple\Apple
74572ab2ee
✨ feat: Support TailwindCSS V3
...
Signed-off-by: Apple\Apple <zeraturing@foxmail.com >
2025-05-06 00:14:18 +08:00