schedule-later/.prettierrc.json

8 lines
144 B
JSON
Raw Normal View History

2023-07-17 15:54:30 -05:00
{
"arrowParens": "always",
"endOfLine": "auto",
"jsxSingleQuote": true,
"semi": false,
"singleQuote": true,
"trailingComma": "es5"
}