naive-ui/.prettierrc

5 lines
85 B
Plaintext
Raw Normal View History

2020-12-12 01:51:52 +08:00
semi: false
singleQuote: true
2020-12-12 13:47:04 +08:00
printWidth: 80
2021-02-03 16:05:54 +08:00
trailingComma: "none"
proseWrap: "never"