curate/.prettierrc
2021-06-23 21:55:35 -05:00

8 lines
127 B
Text

{
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"useTabs": false,
"trailingComma": "none",
"printWidth": 110
}