fix: various

This commit is contained in:
Dan Finch 2026-05-13 02:27:48 +02:00
parent d0685c2d59
commit 2d2a4a44bd
14 changed files with 41 additions and 37 deletions

View file

@ -15,13 +15,7 @@ export default defineConfig({
ignorePatterns: ["**/*.gen.ts"],
overrides: [
{
files: [
"*.page.ts",
"*.style.ts",
"*.html.ts",
"layout.ts",
"*.layout.ts",
],
files: ["**/ui/**/*.ts"],
options: {
printWidth: 60,
},