sp-dev-fx-webparts/samples/react-directory/.prettierrc

7 lines
69 B
Plaintext
Raw Normal View History

{
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
}