{ "extends": "awesome-code-style/tslint.json", "rules": { "file-header": [true, "Licensed to the Apache Software Foundation \\(ASF\\).+"], "no-shadowed-variable": false, "variable-name": false, "no-conditional-assignment": true, "no-string-literal": false, "object-literal-shorthand": false, "no-require-imports": false, "arrow-return-shorthand": false, "no-var-requires": false, "no-unused-variable": false }, "linterOptions": { "format": "useful" } }