nestjs-paginate/.vscode/settings.json

7 lines
110 B
JSON
Raw Normal View History

2020-06-26 21:25:03 +00:00
{
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
2024-07-04 00:55:12 +00:00
"source.fixAll.eslint": "explicit"
2020-06-26 21:25:03 +00:00
}
}