next-app-boilerplate/.prettierrc

7 lines
96 B
Plaintext
Raw Normal View History

{
"singleQuote": true,
"jsxSingleQuote": true,
"semi": false,
"trailingComma": "none"
}