{ "defaultSeverity": "error", "extends": ["tslint:recommended"], "jsRules": {}, "rules": { "no-any": true, "quotemark": [true, "single"], "ordered-imports": false, "object-literal-sort-keys": false, "no-unused-variable": true, "object-literal-key-quotes": false, "variable-name": [ true, "ban-keywords", "check-format", "allow-leading-underscore" ], "arrow-parens": false, "only-arrow-functions": false, "max-line-length": false, "no-empty": false, "max-classes-per-file": false, "semicolon": false, "trailing-comma": false }, "rulesDirectory": [] }