code-server/tslint.json

9 lines
99 B
JSON

{
"extends": [
"../../../tslint.json"
],
"rules": {
"no-unexternalized-strings": false
}
}