hoschi/sweetp-service-project-workflow

View on GitHub
.jsfmtrc

Summary

Maintainability
Test Coverage
{
    "preset":"default",
    "indent":{
        "value":"\t"
    },
    "lineBreak":{
        "before":{
            "EndOfFile":1
        }
    },
    "whiteSpace":{
        "after":{
            "FunctionName":1,
            "FunctionReservedWord":1
        }
    },
    "plugins": [
        "esformatter-braces",
        "esformatter-semicolons"
    ]
}