UNPKG

tsoa-custom-decorators

Version:

Build swagger-compliant REST APIs using TypeScript and Node

116 lines (115 loc) 2.65 kB
{ "rules": { "class-name": true, "comment-format": [ true, "check-space" ], "curly": true, "eofline": true, "indent": [ true, "spaces" ], "interface-name": [ true, "never-prefix" ], "jsdoc-format": false, "label-position": true, "member-access": [ "check-accessor" ], "member-ordering": [ "public-before-private", "static-before-instance", "variables-before-functions" ], "no-angle-bracket-type-assertion": false, "no-any": false, "no-arg": true, "no-bitwise": false, "no-conditional-assignment": true, "no-consecutive-blank-lines": true, "no-console": [ true, "log", "debug", "info", "time", "timeEnd", "trace" ], "no-construct": true, "no-debugger": true, "no-duplicate-variable": true, "no-empty": true, "no-eval": true, "no-internal-module": true, "no-invalid-this": true, "no-reference": false, "no-require-imports": false, "no-inferrable-types": true, "no-shadowed-variable": true, "quotemark": [ true, "single" ], "no-string-literal": false, "no-switch-case-fall-through": true, "no-trailing-whitespace": true, "no-unused-expression": true, "no-use-before-declare": true, "no-var-keyword": true, "no-var-requires": false, "object-literal-sort-keys": true, "one-line": [ true, "check-open-brace", "check-catch", "check-else", "check-finally", "check-whitespace" ], "radix": true, "semicolon": [true, "always"], "switch-default": true, "prefer-const": true, "no-string-throw": true, "triple-equals": [ true, "allow-undefined-check" ], "typedef-whitespace": [ true, { "call-signature": "nospace", "index-signature": "nospace", "parameter": "nospace", "property-declaration": "nospace", "variable-declaration": "nospace" }, { "call-signature": "space", "index-signature": "space", "parameter": "space", "property-declaration": "space", "variable-declaration": "space" } ], "use-isnan": true, "variable-name": [ true, "check-format", "ban-keywords" ], "whitespace": [ true, "check-branch", "check-decl", "check-operator", "check-separator", "check-type" ] } }