Sha256: e43b7a2bc71338eca2676aa109c41d308d936b49b92c79f3097089995855dfb7
Contents?: true
Size: 887 Bytes
Versions: 1
Compression:
Stored size: 887 Bytes
Contents
{ "rules": { "class-name": true, "comment-format": [true, "check-space" ], "indent": [true, "spaces" ], "one-line": [true, "check-open-brace" ], "no-unreachable": true, "no-use-before-declare": true, "no-var-keyword": true, "quotemark": [true, "double" ], "semicolon": true, "whitespace": [true, "check-branch", "check-operator", "check-separator", "check-type" ], "typedef-whitespace": [true, { "call-signature": "nospace", "index-signature": "nospace", "parameter": "nospace", "property-declaration": "nospace", "variable-declaration": "nospace" }] } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
typescript-src-1.6.2.0 | lib/typescript-src/support/typescript/tslint.json |