mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 01:29:04 +01:00
Port noUnexternalizedStringsRule to TS 1.8.0. Add support to detect duplicate keys with different messages
This commit is contained in:
8
build/tslintRules/tsconfig.json
Normal file
8
build/tslintRules/tsconfig.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"target": "es5",
|
||||
"moduleResolution": "node",
|
||||
"newLine": "LF"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user