Skip to content

Commit 4b305ea

Browse files
committed
chore: lint
1 parent e5f3e2f commit 4b305ea

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
lines changed

tsconfig.cjs.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
"path": "./themes/tusimple/tsconfig.cjs.json"
99
}
1010
]
11-
}
11+
}

tsconfig.esm.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
"path": "./themes/tusimple/tsconfig.esm.json"
99
}
1010
]
11-
}
11+
}

tsconfig.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
"composite": true,
1818
"target": "ES6",
1919
"esModuleInterop": true,
20-
"lib": [
21-
"ESNext",
22-
"DOM"
23-
]
20+
"lib": ["ESNext", "DOM"]
2421
}
25-
}
22+
}

tsconfig.test.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"compilerOptions": {
44
"jsx": "react"
55
}
6-
}
6+
}

0 commit comments

Comments
 (0)