{ "version": "2.0.0", "tasks": [ { "type": "npm", "script": "lint", "problemMatcher": [], "label": "npm: lint", "detail": "prettier --plugin-search-dir . --check . && eslint ." }, { "type": "npm", "script": "format", "problemMatcher": [], "label": "npm: format", "detail": "prettier --plugin-search-dir . --write ." } ] }