1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00
market/.vscode/settings.json
Andrea Armanni 95a1dd1a44
Added documentation (#2025)
* Added documentation

* Removed relative URLs and updated links

* Update README.md
2024-05-09 12:40:59 +03:00

18 lines
342 B
JSON

{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"search.exclude": {
"**/.next": true,
"**/out": true
}
}