UNPKG
eslint-config-ct
Version:
latest (2.0.0)
2.0.0
1.1.1
1.1.0
1.0.0
ESLint config used in Charlie Tango
eslint-config-ct
/
__test__
/
jsx-test.js
12 lines
(10 loc)
•
177 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
React
from
'react'
function
TestJsx
(
) {
return
(
<
div
>
<
label
>
Hello
</
label
>
<
input
type
=
'text'
value
=
'world'
/>
</
div
>
) }
export
default
TestJsx