Skip to content

Instantly share code, notes, and snippets.

View Psvensso's full-sized avatar
🏠
Working from home

Per Svensson Psvensso

🏠
Working from home
  • Stockholm
View GitHub Profile
{
"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,