Files
premiaciones_api/.prettierrc
T

7 lines
85 B
Plaintext
Raw Normal View History

2022-04-06 14:09:07 -05:00
{
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
"singleQuote": true
}