25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

17 satır
509 B

7 yıl önce
7 yıl önce
6 yıl önce
6 yıl önce
  1. {
  2. "editor.insertSpaces": true,
  3. "files.associations": {
  4. ".eslintrc.json": "jsonc"
  5. },
  6. "files.trimTrailingWhitespace": true,
  7. "postcssSorting.config": {
  8. "order": ["custom-properties", "dollar-variables", "declarations", "at-rules", "rules"],
  9. "properties-order": "alphabetical",
  10. "unspecified-properties-position": "bottom"
  11. },
  12. "prettier.requireConfig": true,
  13. "prettier.eslintIntegration": true,
  14. "search.exclude": {
  15. "**/dist": true
  16. }
  17. }