code-server/tslint.json

9 lines
99 B
JSON
Raw Normal View History

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