選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 

19 行
300 B

{
"arrowParens": "avoid",
"endOfLine": "lf",
"trailingComma": "all",
"printWidth": 120,
"singleQuote": true,
"tabWidth": 4,
"useTabs": true,
"overrides": [
{
"files": ".prettierrc",
"options": { "parser": "json" }
},
{
"files": "*.md",
"options": { "tabWidth": 2 }
}
]
}