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

10 行
173 B

  1. {
  2. "jsxSingleQuote": false,
  3. "singleQuote": true,
  4. "printWidth": 120,
  5. "semi": false,
  6. "trailingComma": "all",
  7. "quoteProps": "as-needed",
  8. "arrowParens": "always"
  9. }