axp-mongoose-helper/.prettierrc
2023-07-11 10:00:11 +03:00

10 lines
145 B
Plaintext

{
"useTabs": true,
"tabWidth": 2,
"singleQuote": true,
"semi": false,
"trailingComma": "none",
"arrowParens": "avoid",
"printWidth": 79
}