Skip to content

Commit

Permalink
Merge branch 'jcortejoso/update-celotool-container' of github.com:cel…
Browse files Browse the repository at this point in the history
…o-org/celo-monorepo into jcortejoso/update-celotool-container
  • Loading branch information
jcortejoso committed Dec 14, 2023
2 parents ca5c5cd + 364a0ac commit bf6ba2c
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 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 @@ -44,5 +44,10 @@
"editor.tabSize": 2,
"editor.detectIndentation": false,
"tslint.jsEnable": true,
"typescript.tsdk": "node_modules/typescript/lib"
"typescript.tsdk": "node_modules/typescript/lib",
"[javascriptreact][typescript][typescriptreact]": {
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
}
}
}

0 comments on commit bf6ba2c

Please sign in to comment.