Common front-end components for Web using the Tesseract design system, written for React. https://make.modal.sh/tesseract/web/react/common
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

.prettierrc 174 B

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