honojs-middleware/.prettierrc

10 lines
154 B
Plaintext
Raw Normal View History

2022-08-04 07:54:30 +08:00
{
"printWidth": 100,
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"jsxSingleQuote": true,
"endOfLine": "lf"
}