mirror of
https://github.com/getrebuild/rebuild.git
synced 2024-11-10 08:55:31 +08:00
9e9ceb063d
* bumplib * be: styles * be: op after reload * Batch updates countdown * delete item.referenceQuickNew // v35 * 1.取消禁用设置; 2.已禁用显示; 3.be:TextFunction * be: user's dept * be: qr width * fix: bizz delete check * lang --------- Co-authored-by: devezhao <zhaofang123@gmail.com>
20 lines
570 B
JSON
20 lines
570 B
JSON
{
|
|
"editor.fontSize": 12,
|
|
"editor.tabSize": 2,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit"
|
|
},
|
|
"eslint.codeAction.showDocumentation": {
|
|
"enable": true
|
|
},
|
|
"eslint.onIgnoredFiles": "warn",
|
|
"eslint.validate": ["javascript", "javascriptreact"],
|
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"[javascript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
|
|
"LineCount.excludes": ["**/.vscode/**", "**/.idea/**", "**/node_modules/**", "**/target/**", "**/assets/lib/**"],
|
|
"editor.formatOnSave": true
|
|
}
|