UNPKG
@swimlane/eslint-config
Version:
latest (2.0.0)
2.0.0
1.0.1
1.0.0
Linting rules for Javascript
github.com/swimlane/eslint-config
swimlane/eslint-config
@swimlane/eslint-config
/
typescript
/
__fixtures__
/
semi.ts
7 lines
(6 loc)
•
113 B
text/typescript
View Raw
1
2
3
4
5
6
7
export
default
function
goodbye
(
a
:
number
):
string
{
if
(a ===
1
) {
return
'Earth'
}
return
'World'
; }