{ "rulesDirectory": [ "build/lib/tslint" ], "rules": { // {{SQL CARBON EDIT}} //"no-string-throw": true, //"no-unused-expression": , //"no-duplicate-variable": true, // "no-unused-variable": true, // requires type information in tslint > v4 "curly": true, "class-name": true, "semicolon": [ true, "always" ], "triple-equals": true, "no-unexternalized-strings": [ true, { "signatures": [ "localize", "nls.localize" ], "keyIndex": 0, "messageIndex": 1 } ], // {{SQL CARBON EDIT}} // remove import patterns and layering "duplicate-imports": true, "translation-remind": true }, "defaultSeverity": "warning" }