You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

17 lines
509 B

{
"editor.insertSpaces": true,
"files.associations": {
".eslintrc.json": "jsonc"
},
"files.trimTrailingWhitespace": true,
"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
}
}