UNPKG
@ssense/tslint-config
Version:
latest (5.0.3)
5.0.3
5.0.2
5.0.1
5.0.0
4.0.0
2.1.1
2.1.0
2.0.0
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
SSENSE's base TSLint configuration
github.com/SSENSE/tslint-config
SSENSE/tslint-config
@ssense/tslint-config
/
test
/
test_app.ts
15 lines
(12 loc)
•
233 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//my amazing app
namespace
Test
{ export
default
class
Foo
{
public
Bar
():
void
{
return
null
; }
public
baz
(): any
{
return
undefined; } } }
const
test: any =
'nll'
;