1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-22 10:22:39 +01:00
server/.prettierrc

9 lines
174 B
Plaintext
Raw Normal View History

{
2021-10-20 02:18:24 +02:00
"tabWidth": 4,
2021-10-22 09:26:01 +02:00
"useTabs": true,
"printWidth": 140,
"trailingComma": "none",
"pluginSearchDirs": ["./node_modules"],
"plugins": ["prettier-plugin-organize-imports"]
}