Skip to content

Commit b1ded9e

Browse files
committed
fix: switch to casual
1 parent 977a81f commit b1ded9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/inspections.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ async function getData() {
4040
};
4141
}
4242

43-
const config = uk.strict.clone();
43+
const config = uk.casual.clone();
4444
config.refiners.push({
4545
refine(context, results) {
4646
for (const result of results) {

0 commit comments

Comments
 (0)