[READ-ONLY] a fast, modern browser for the npm registry

chore: do not lint generated lunaria files

+2 -1
+2 -1
.oxlintrc.json
··· 23 23 "node_modules/**", 24 24 "coverage/**", 25 25 "playwright-report/**", 26 - "test-results/**" 26 + "test-results/**", 27 + "lunaria/files/**" 27 28 ] 28 29 }