Skip to content

Commit 509b0fd

Browse files
committed
style: lint
1 parent 7982300 commit 509b0fd

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/components/DataTypes/Boolean.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import { defineEasyType } from './defineEasyType'
32

43
export const booleanType = defineEasyType<boolean>({

src/components/DataTypes/Date.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import { defineEasyType } from './defineEasyType'
32

43
const displayOptions: Intl.DateTimeFormatOptions = {

0 commit comments

Comments
 (0)