This website requires JavaScript.
Explore
Help
Sign In
i
/
next-ai-draw-io
Watch
1
Star
0
Fork
0
You've already forked next-ai-draw-io
mirror of
https://github.com/DayuanJiang/next-ai-draw-io.git
synced
2026-01-02 22:32:27 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
97bb350dd685d761a707fc5a54d89d45b1f805a1
next-ai-draw-io
/
postcss.config.mjs
6 lines
81 B
JavaScript
Raw
Normal View
History
Unescape
Escape
initialize project with Next.js, Tailwind CSS, and essential configurations
2025-03-19 06:04:06 +00:00
const
config
=
{
chore: add Biome for formatting and linting (#116) - Add Biome as formatter and linter (replaces Prettier) - Configure Husky + lint-staged for pre-commit hooks - Add VS Code settings for format on save - Ignore components/ui/ (shadcn generated code) - Remove semicolons, use 4-space indent - Reformat all files to new style
2025-12-06 12:46:40 +09:00
plugins
:
[
"@tailwindcss/postcss"
]
,
}
initialize project with Next.js, Tailwind CSS, and essential configurations
2025-03-19 06:04:06 +00:00
chore: add Biome for formatting and linting (#116) - Add Biome as formatter and linter (replaces Prettier) - Configure Husky + lint-staged for pre-commit hooks - Add VS Code settings for format on save - Ignore components/ui/ (shadcn generated code) - Remove semicolons, use 4-space indent - Reformat all files to new style
2025-12-06 12:46:40 +09:00
export
default
config
Reference in New Issue
Copy Permalink