UNPKG
ptz-copy
Version:
latest (1.0.1)
1.0.1
1.0.0
ptz-copy allows you to copy javascripts objects
github.com/angeloocana/ptz-copy
angeloocana/ptz-copy
ptz-copy
/
tslint.json
11 lines
•
223 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"extends"
:
"tslint:latest"
,
"rules"
:
{
"max-line-length"
:
[
true
,
140
]
,
"member-ordering"
:
[
true
,
"public-before-private"
,
"static-before-instance"
,
"variables-before-functions"
]
}
}