bcm-auth/.prettierrc

8 lines
106 B
Plaintext
Raw Normal View History

2022-02-22 21:10:32 -05:00
{
"singleQuote": true,
"semi": false,
"trailingComma": "all",
"tabWidth": 2,
"printWidth": 80
}