ryandabler/objectivize

View on GitHub
.prettierrc

Summary

Maintainability
Test Coverage
{
    "printWidth": 80,
    "tabWidth": 4,
    "tabs": false,
    "semi": true,
    "singleQuote": true,
    "quoteProps": "as-needed",
    "trailingComma": "es5",
    "bracketSpacing": true,
    "arrowParens": "avoid"
}