{ "defaultSeverity": "error", "extends": [ "tslint:recommended" ], "jsRules": {}, "rules": { "quotemark": { "options": "single" }, "semicolon": { "options": "never" }, "variable-name": { "options": ["check-format", "allow-leading-underscore", "ban-keywords"] }, "object-literal-sort-keys": { "options": "match-declaration-order" }, "arrow-parens": { "options": "ban-single-arg-parens" }, "indent": { "options": ["spaces", 2] } }, "rulesDirectory": [] }