Skip to content

Commit 1d0851a

Browse files
committed
test: fix playground
1 parent 97baa4a commit 1d0851a

File tree

1 file changed

+1
-2
lines changed
  • playground/config-default/src

1 file changed

+1
-2
lines changed

playground/config-default/src/main.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import { text } from './text'
22

3-
const hello = 'Hello'
3+
var hello = 'Hello'
44

5-
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
65
const rootDom = document.querySelector('#root')! as HTMLElement
76
rootDom.innerHTML = hello + text
87

0 commit comments

Comments
 (0)