Port noUnexternalizedStringsRule to TS 1.8.0. Add support to detect duplicate keys with different messages

This commit is contained in:
Dirk Baeumer
2016-02-17 23:04:32 +01:00
parent c3d6ebc9c8
commit d47c2c03df
7 changed files with 373 additions and 4 deletions

View File

@@ -13,5 +13,5 @@
"extensions/**/out/**": true
},
"tslint.enable": true,
"tslint.rulesDirectory": "node_modules/tslint-microsoft-contrib"
"tslint.rulesDirectory": "build/tslintRules"
}