Files
next-learn/basics/.prettierrc
2021-09-09 09:06:21 -05:00

8 lines
119 B
Plaintext

{
"singleQuote": true,
"semi": false,
"trailingComma": "none",
"arrowParens": "avoid",
"endOfLine": "auto"
}