11cb0ef41Sopenharmony_ci{ 21cb0ef41Sopenharmony_ci "defaultSeverity": "error", 31cb0ef41Sopenharmony_ci "extends": "tslint:recommended", 41cb0ef41Sopenharmony_ci "jsRules": {}, 51cb0ef41Sopenharmony_ci "rules": { 61cb0ef41Sopenharmony_ci "curly": [true, "ignore-same-line"], 71cb0ef41Sopenharmony_ci "quotemark": [false, "double", "avoid-escape", "avoid-template"], 81cb0ef41Sopenharmony_ci "only-arrow-functions": [false], 91cb0ef41Sopenharmony_ci "no-var-keyword": true, 101cb0ef41Sopenharmony_ci "prefer-const": [true], 111cb0ef41Sopenharmony_ci "max-line-length": [false, { 121cb0ef41Sopenharmony_ci "limit": 80 131cb0ef41Sopenharmony_ci }], 141cb0ef41Sopenharmony_ci "ordered-imports": false, 151cb0ef41Sopenharmony_ci "array-type": [true, "generic"], 161cb0ef41Sopenharmony_ci "semicolon": true, 171cb0ef41Sopenharmony_ci "member-access": false, 181cb0ef41Sopenharmony_ci "object-literal-shorthand": false, 191cb0ef41Sopenharmony_ci "object-literal-key-quotes": [true, "as-needed"], 201cb0ef41Sopenharmony_ci "object-literal-sort-keys": false, 211cb0ef41Sopenharmony_ci "space-before-function-paren": [true, { 221cb0ef41Sopenharmony_ci "anonymous": "always" 231cb0ef41Sopenharmony_ci }], 241cb0ef41Sopenharmony_ci "triple-equals": false, 251cb0ef41Sopenharmony_ci "no-string-throw": false, 261cb0ef41Sopenharmony_ci "no-empty": [true, "allow-empty-catch", "allow-empty-functions"], 271cb0ef41Sopenharmony_ci "trailing-comma": false, 281cb0ef41Sopenharmony_ci "member-ordering": false, 291cb0ef41Sopenharmony_ci "no-string-literal": false, 301cb0ef41Sopenharmony_ci "arrow-parens": [true, "ban-single-arg-parens"], 311cb0ef41Sopenharmony_ci "no-console": false, 321cb0ef41Sopenharmony_ci "interface-name": false, 331cb0ef41Sopenharmony_ci "no-bitwise": false, 341cb0ef41Sopenharmony_ci "no-shadowed-variable": false, 351cb0ef41Sopenharmony_ci "prefer-for-of": true, 361cb0ef41Sopenharmony_ci "align": true, 371cb0ef41Sopenharmony_ci "arrow-return-shorthand": true, 381cb0ef41Sopenharmony_ci "max-classes-per-file": false, 391cb0ef41Sopenharmony_ci "variable-name": true, 401cb0ef41Sopenharmony_ci "forin": false, 411cb0ef41Sopenharmony_ci "one-variable-per-declaration": true, 421cb0ef41Sopenharmony_ci "no-consecutive-blank-lines": true 431cb0ef41Sopenharmony_ci }, 441cb0ef41Sopenharmony_ci "rulesDirectory": [] 451cb0ef41Sopenharmony_ci} 46