mirror of
https://github.com/Kuingsmile/PicList.git
synced 2025-03-12 07:58:13 -04:00
17 lines
351 B
JSON
17 lines
351 B
JSON
{
|
|
"[stylus]": {
|
|
"editor.formatOnSave": true
|
|
},
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit"
|
|
},
|
|
"githubPullRequests.ignoredPullRequestBranches": [
|
|
"dev"
|
|
],
|
|
"[go]": {
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit"
|
|
}
|
|
},
|
|
"typescript.tsdk": "node_modules\\typescript\\lib"
|
|
} |