naise_pos_android/.prettierrc

7 lines
143 B
Plaintext
Raw Permalink Normal View History

2023-03-26 16:42:39 +07:00
{
"arrowParens": "avoid",
"bracketSameLine": true,
"bracketSpacing": true,
"singleQuote": true,
"trailingComma": "all"
}