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

.prettierrc 219 B

1年前
1234567891011
  1. {
  2. "printWidth": 80,
  3. "htmlWhitespaceSensitivity": "ignore",
  4. "tabWidth": 2,
  5. "bracketSameLine": true,
  6. "useTabs": true,
  7. "vueIndentScriptAndStyle": false,
  8. "semi": true,
  9. "singleQuote": true,
  10. "trailingComma": "es5"
  11. }