Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 

19 řádky
580 B

{
"editor.insertSpaces": true,
"eslint.packageManager": "yarn",
"files.associations": {
".eslintrc.json": "jsonc"
},
"files.trimTrailingWhitespace": true,
"npm.packageManager": "yarn",
"postcssSorting.config": {
"order": ["custom-properties", "dollar-variables", "declarations", "at-rules", "rules"],
"properties-order": "alphabetical",
"unspecified-properties-position": "bottom"
},
"prettier.requireConfig": true,
"prettier.eslintIntegration": true,
"search.exclude": {
"**/dist": true
}
}