Archived
1
0
This repository has been archived on 2024-09-09. You can view files and clone it, but cannot push or open issues or pull requests.
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
}
}