mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-26 13:19:34 +07:00
* lint: Clean breakpoints * build: Add CI to check * build: Add `next` branch * build: Remove markdown files * fix: CI hang out * fix: Show warning on GitHub * feat: Send comment * fix: CI error * fix: show file list
15 lines
242 B
JSON
15 lines
242 B
JSON
{
|
|
"files": ["drizzle.config.ts"],
|
|
"patterns": [
|
|
"scripts/**",
|
|
"**/*.test.ts",
|
|
"**/*.test.tsx",
|
|
"**/*.spec.ts",
|
|
"**/*.spec.tsx",
|
|
"**/examples/**",
|
|
"e2e/**",
|
|
".github/scripts/**",
|
|
"apps/desktop/**"
|
|
]
|
|
}
|