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

9 lines
99 B
JSON
Raw Normal View History

2019-01-08 01:46:19 +01:00
{
2019-06-28 00:34:33 +02:00
"extends": [
"../../../tslint.json"
],
2019-01-08 01:46:19 +01:00
"rules": {
2019-06-28 00:34:33 +02:00
"no-unexternalized-strings": false
2019-01-08 01:46:19 +01:00
}
}