This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"rulesDirectory": ["./node_modules/tslint-microsoft-contrib"], | |
"extends": "tslint-microsoft-contrib/tslint.json", | |
"rules": { | |
/** | |
* Security Rules. The following rules should be turned on because they find security issues | |
* or are recommended in the Microsoft Secure Development Lifecycle (SDL) | |
*/ | |
"no-reserved-keywords": false, | |