{ "defaultSeverity": "warning", "extends": [ "tslint:recommended" ], "linterOptions": { "exclude": [ "node_modules/**" ] }, "rules": { "semicolon": [true, "never"], "quotemark": [true, "single"], "indent": [true, "spaces", 2], "arrow-parens": [true, "ban-single-arg-parens"], "trailing-comma": false, "interface-name": false, "ordered-imports": false, "object-literal-sort-keys": false, "no-consecutive-blank-lines": false } }