Skip to content

Commit 8626af2

Browse files
committed
chore: fix oxlint config
1 parent dc4e0d4 commit 8626af2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.oxlintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
{
3232
// default exports are needed in the route modules and the config files,
3333
// but we want to avoid them anywhere else
34-
"files": ["app/pages/**/*", "app/layouts/**/*", "*.config.ts", "*.config.mjs"],
34+
"files": ["app/pages/**/*", "app/layouts/**/*", "app/forms/**/*", "*.config.ts", "*.config.mjs"],
3535
"rules": {
3636
"import/no-default-export": "off"
3737
}

0 commit comments

Comments
 (0)