Skip to content

Commit f8ac710

Browse files
committed
chore: do not lint generated lunaria files
1 parent 797e762 commit f8ac710

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.oxlintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"node_modules/**",
2424
"coverage/**",
2525
"playwright-report/**",
26-
"test-results/**"
26+
"test-results/**",
27+
"lunaria/files/**"
2728
]
2829
}

0 commit comments

Comments
 (0)