Files
devhub/.prettierrc
2018-01-06 00:11:15 -02:00

7 lines
95 B
Plaintext

{
"parser": "typescript",
"semi": false,
"singleQuote": true,
"trailingComma": "all"
}