mirror of
https://git.tuxpa.in/a/code-server.git
synced 2024-12-26 12:15:26 +00:00
9 lines
99 B
JSON
9 lines
99 B
JSON
{
|
|
"extends": [
|
|
"../../../tslint.json"
|
|
],
|
|
"rules": {
|
|
"no-unexternalized-strings": false
|
|
}
|
|
}
|