nestjs-paginate/.vscode/settings.json

7 lines
104 B
JSON
Raw Normal View History

2020-06-26 21:25:03 +00:00
{
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}