CoastalCommitsPastes/.prettierrc

9 lines
156 B
Text
Raw Normal View History

2022-03-23 15:34:23 -07:00
{
"semi": false,
"trailingComma": "none",
"singleQuote": false,
2022-03-23 15:42:22 -07:00
"printWidth": 80,
"useTabs": true,
"plugins": ["prettier-plugin-tailwindcss"]
2022-03-23 15:34:23 -07:00
}