AlexAegis/loreplotter

View on GitHub
.prettierrc

Summary

Maintainability
Test Coverage
{
    "tabWidth": 4,
    "useTabs": true,
    "singleQuote": true,
    "printWidth": 120,
    "tslintIntegration": true,
    "jsonEnable": true,
    "overrides": [
        {
            "files": "*.md",
            "options": {
                "tabWidth": 2
            }
        }
    ]
}