Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
code / usr / share / code / resources / app / node_modules / font-finder / tslint.json
Size: Mime:
{
    "extends": "tslint-config-standard",
    "rules": {
        "semicolon": [
            true,
            "always"
        ],
        "ter-indent": [
            true,
            4,
            {
                "SwitchCase": 1
            }
        ],
        "space-before-function-paren": false
    }
}