mirror of
https://github.com/honojs/hono.git
synced 2024-11-22 11:17:33 +01:00
e4c0ea2368
* docs: add japanese readme * fix * tweak * use text * tweak
16 lines
262 B
Plaintext
16 lines
262 B
Plaintext
{
|
|
"printWidth": 100,
|
|
"trailingComma": "es5",
|
|
"tabWidth": 2,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"jsxSingleQuote": true,
|
|
"endOfLine": "lf",
|
|
"overrides": [
|
|
{
|
|
"files": ["*.md"],
|
|
"options": { "parser": "markdown-nocjsp" }
|
|
}
|
|
]
|
|
}
|