mirror of
https://github.com/palxiao/poster-design.git
synced 2025-07-15 16:02:19 +08:00
25 lines
583 B
JSON
25 lines
583 B
JSON
{
|
|
"files.eol": "\n",
|
|
"editor.tabSize": 2,
|
|
"editor.formatOnSave": false,
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"eslint.validate": ["javascript", "javascriptreact", "vue", "typescript", "typescriptreact"],
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit"
|
|
},
|
|
"css.validate": false,
|
|
"less.validate": false,
|
|
"scss.validate": false,
|
|
"[vue]": {
|
|
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint"
|
|
},
|
|
"cSpell.words": [
|
|
"clippable",
|
|
"pinchable",
|
|
"pinia",
|
|
"snappable",
|
|
"ungroup",
|
|
"warpable"
|
|
]
|
|
}
|