vscode/tslint.json

14 lines
235 B
JSON
Raw Normal View History

2016-01-14 17:53:55 +01:00
{
"rules": {
2016-01-15 14:45:30 +01:00
"no-unused-expression": true,
"no-unreachable": true,
"no-duplicate-variable": true,
"no-unexternalized-strings": [
true,
{
"signatures": ["localize", "nls.localize"],
"messageIndex": 1
}
]
2016-01-14 17:53:55 +01:00
}
}