Skip to content

Commit

Permalink
Add celo-org presets and remove redundant settings
Browse files Browse the repository at this point in the history
  • Loading branch information
lvpeschke authored Dec 15, 2023
1 parent adaaa80 commit 6cafc36
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
9 changes: 7 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"typescript.preferences.importModuleSpecifier": "non-relative",
"typescript.updateImportsOnFileMove.enabled": "always",
"editor.codeActionsOnSave": {
"source.organizeImports": false
"source.organizeImports": "never"
},
"[javascript]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": false
"source.organizeImports": "never"
}
},
"[javascriptreact]": {
Expand All @@ -43,4 +43,9 @@
"javascript.format.enable": false,
"editor.tabSize": 2,
"editor.detectIndentation": false,
"[javascriptreact][typescript][typescriptreact]": {
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
}
},
}
12 changes: 1 addition & 11 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":rebaseStalePrs",
":gitSignOff"
],
"extends": ["local>celo-org/.github:renovate-config"],
"packageRules": [
{
"matchDepTypes": ["devDependencies"],
Expand Down Expand Up @@ -37,11 +33,5 @@
"patch": {
"minimumReleaseAge": "4 days"
},
"vulnerabilityAlerts": {
"enabled": true,
"labels": [
"type:security"
]
},
"schedule": ["on tuesday and thursday", "every weekend"]
}

0 comments on commit 6cafc36

Please sign in to comment.