0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-22 02:27:49 +01:00
hono/.prettierrc

10 lines
154 B
Plaintext
Raw Permalink Normal View History

2022-02-17 13:24:08 +01:00
{
"printWidth": 100,
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"jsxSingleQuote": true,
"endOfLine": "lf"
2022-02-17 13:24:08 +01:00
}