blog/.prettierrc.json5

9 lines
115 B
Plaintext
Raw Normal View History

2023-05-08 04:10:26 +00:00
{
tabWidth: 2,
semi: true,
useTabs: false,
singleQuote: false,
trailingComma: "es5",
printWidth: 80,
}