honojs-middleware/.prettierrc

10 lines
154 B
Plaintext
Raw Normal View History

2022-10-16 16:52:21 +08:00
{
"printWidth": 100,
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"jsxSingleQuote": true,
"endOfLine": "lf"
}