vscode/tslint.json

14 lines
235 B
JSON
Raw Normal View History

2016-01-14 16:53:55 +00:00
{
"rules": {
2016-01-15 13:45:30 +00: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 16:53:55 +00:00
}
}