⬆️ Upgrade(custom): update dependencies and editor settings

This commit is contained in:
Kuingsmile
2023-11-16 19:23:49 -08:00
parent 4aae2c3fbe
commit b8e02f66ae
3 changed files with 18 additions and 22 deletions

View File

@@ -20,9 +20,14 @@
"stylusSupremacy.sortProperties": "grouped",
"stylusSupremacy.quoteChar": "\"",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"githubPullRequests.ignoredPullRequestBranches": [
"dev"
]
],
"[go]": {
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
}
}
}