bing-chat-telegram/.prettierrc

13 lines
224 B
Plaintext
Raw Permalink Normal View History

2023-04-08 10:17:49 +05:30
{
"trailingComma": "all",
"useTabs": true,
"tabWidth": 2,
"semi": true,
"singleQuote": false,
"quoteProps": "consistent",
"jsxSingleQuote": false,
"bracketSpacing": true,
"arrowParens": "avoid",
"printWidth": 80
}