mirror of
https://github.com/oceanprotocol/ens-proxy.git
synced 2024-11-14 17:25:00 +01:00
18 lines
340 B
JSON
18 lines
340 B
JSON
{
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true
|
|
},
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.formatOnSave": true,
|
|
"eslint.validate": [
|
|
"javascript",
|
|
"javascriptreact",
|
|
"typescript",
|
|
"typescriptreact"
|
|
],
|
|
"search.exclude": {
|
|
"**/.cache": true,
|
|
"**/public": true
|
|
}
|
|
}
|