{
	"version": "2.0.0",
	"tasks": [
		{
			"label": "run tests",
			"type": "shell",
			"command": "npm",
			"args": [
				"test"
			],
			"problemMatcher": [
				"$eslint-stylish"
			],
			"group": "build"
		}
	]
}