1
0
mirror of https://github.com/coder/code-server.git synced 2024-12-05 07:13:06 +08:00
code-server/tslint.json
2019-07-18 18:08:13 -05:00

9 lines
99 B
JSON

{
"extends": [
"../../../tslint.json"
],
"rules": {
"no-unexternalized-strings": false
}
}