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. }