Skip to content

Commit e6e34fc

Browse files
committed
fix: fix stnl lint rules
1 parent d476155 commit e6e34fc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

cases/stnl.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import compose from 'stnl/compilers/validate-json/compose';
21
import { build, t } from 'stnl';
32

43
import { createCase } from '../benchmarks';
@@ -13,8 +12,8 @@ const assertLoose = t.dict({
1312
deeplyNested: t.dict({
1413
foo: t.string,
1514
num: t.float,
16-
bool: t.bool
17-
})
15+
bool: t.bool,
16+
}),
1817
});
1918

2019
createCase('stnl (just-in-time)', 'assertLoose', () => {

0 commit comments

Comments
 (0)