code-server/tslint.json

9 lines
99 B
JSON
Raw Normal View History

2019-01-07 18:46:19 -06:00
{
2019-06-27 17:34:33 -05:00
"extends": [
"../../../tslint.json"
],
2019-01-07 18:46:19 -06:00
"rules": {
2019-06-27 17:34:33 -05:00
"no-unexternalized-strings": false
2019-01-07 18:46:19 -06:00
}
}