mirror of
https://github.com/SigNoz/signoz.git
synced 2026-02-03 08:33:26 +00:00
16 lines
330 B
JSON
16 lines
330 B
JSON
{
|
|
"eslint.workingDirectories": [
|
|
"./frontend"
|
|
],
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit"
|
|
},
|
|
"prettier.requireConfig": true,
|
|
"[go]": {
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "golang.go"
|
|
}
|
|
}
|