A stylesheet language written in TypeScript that compiles to CSS
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

.prettierrc 95B

123456
  1. {
  2. "singleQuote": true,
  3. "trailingComma": "es5",
  4. "arrowParens": "always",
  5. "semi": true
  6. }