Files
gift-tracker/.prettierrc.json

15 lines
285 B
JSON

{
"singleQuote": true,
"trailingComma": "all",
"arrowParens": "always",
"bracketSpacing": true,
"semi": true,
"tabWidth": 2,
"useTabs": false,
"printWidth": 120,
"endOfLine": "lf",
"quoteProps": "as-needed",
"jsxSingleQuote": true,
"jsxBracketSameLine": true
}