This website requires JavaScript.
Explore
Help
Register
Sign In
bughz
/
code-server
mirror of
https://github.com/coder/code-server.git
Watch
1
Star
0
Fork
You've already forked code-server
0
Code
Issues
Projects
Releases
Wiki
Activity
ef8da3864f
code-server
/
tslint.json
9 lines
99 B
JSON
Raw
Normal View
History
Unescape
Escape
not finished
2019-01-08 08:46:19 +08:00
{
Initial connection handling
2019-06-28 06:34:33 +08:00
"extends"
:
[
"../../../tslint.json"
]
,
not finished
2019-01-08 08:46:19 +08:00
"rules"
:
{
Initial connection handling
2019-06-28 06:34:33 +08:00
"no-unexternalized-strings"
:
false
not finished
2019-01-08 08:46:19 +08:00
}
}