mirror of
https://github.com/honojs/hono.git
synced 2024-12-01 03:40:50 +01:00
10 lines
154 B
Plaintext
10 lines
154 B
Plaintext
|
{
|
||
|
"printWidth": 100,
|
||
|
"trailingComma": "es5",
|
||
|
"tabWidth": 2,
|
||
|
"semi": false,
|
||
|
"singleQuote": true,
|
||
|
"jsxSingleQuote": true,
|
||
|
"endOfLine": "lf"
|
||
|
}
|