@cartbc/prettier-config-cartes
Version:
Prettier rules to be shared across all Cartes projects
22 lines (21 loc) • 410 B
JSON
{
"$schema": "http://json.schemastore.org/prettierrc",
"arrowParens": "avoid",
"bracketSameLine": false,
"bracketSpacing": true,
"jsxSingleQuote": false,
"overrides": [
{
"files": ["*.yaml", "*.yml"],
"options": {
"tabWidth": 2
}
}
],
"printWidth": 120,
"quoteProps": "as-needed",
"semi": true,
"singleQuote": true,
"tabWidth": 4,
"useTabs": false
}