mirror of
https://github.com/oceanprotocol/ocean-subgraph.git
synced 2024-11-01 07:45:19 +01:00
18 lines
336 B
JSON
18 lines
336 B
JSON
|
{
|
||
|
"editor.codeActionsOnSave": {
|
||
|
"source.fixAll.eslint": true
|
||
|
},
|
||
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||
|
"editor.formatOnSave": true,
|
||
|
"eslint.validate": [
|
||
|
"javascript",
|
||
|
"javascriptreact",
|
||
|
"typescript",
|
||
|
"typescriptreact"
|
||
|
],
|
||
|
"search.exclude": {
|
||
|
"**/.next": true,
|
||
|
"**/out": true
|
||
|
}
|
||
|
}
|