feathers/.prettierrc

8 lines
127 B
Plaintext

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