tangled
alpha
login
or
join now
davidwindham.com
/
npmx.dev
forked from
npmx.dev/npmx.dev
0
fork
atom
[READ-ONLY] a fast, modern browser for the npm registry
0
fork
atom
overview
issues
pulls
pipelines
chore: do not lint generated lunaria files
Daniel Roe
2 months ago
f8ac7109
797e762b
+2
-1
1 changed file
expand all
collapse all
unified
split
.oxlintrc.json
+2
-1
.oxlintrc.json
reviewed
···
23
23
"node_modules/**",
24
24
"coverage/**",
25
25
"playwright-report/**",
26
26
-
"test-results/**"
26
26
+
"test-results/**",
27
27
+
"lunaria/files/**"
27
28
]
28
29
}