code-server/tslint.json

9 lines
99 B
JSON
Raw Normal View History

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