BotFramework-Composer/.github/actions/.prettierrc

8 строки
116 B
Plaintext

{
"printWidth": 80,
"parser": "typescript",
"trailingComma": "es5",
"singleQuote": true,
"tabWidth": 2,
}