1
1
mirror of https://github.com/jxnblk/mdx-deck.git synced 2024-09-20 03:18:57 +03:00
mdx-deck/.prettierrc

7 lines
99 B
Plaintext
Raw Normal View History

2019-03-02 22:10:16 +03:00
{
"semi": false,
"singleQuote": true,
2019-07-07 20:00:53 +03:00
"trailingComma": "es5",
"jsxBracketSameLine": true
2019-03-02 22:10:16 +03:00
}