diff --git a/.vscode/tasks.json b/.vscode/tasks.json
index a4715ae..81aa8e5 100644
--- a/.vscode/tasks.json
+++ b/.vscode/tasks.json
@@ -20,18 +20,13 @@
 			"type": "npm",
 			"script": "build",
 			"group": "build",
-			"problemMatcher": [
-				"$ts-checker-webpack",
-				"$ts-checker-eslint-webpack"
-			]
+			"problemMatcher": ["$ts-checker-webpack", "$ts-checker-eslint-webpack"]
 		},
 		{
 			"type": "npm",
 			"script": "lint",
 			"group": "build",
-			"problemMatcher": [
-				"$eslint-stylish"
-			]
+			"problemMatcher": ["$eslint-stylish"]
 		},
 		{
 			"type": "npm",
@@ -44,10 +39,7 @@
 			"presentation": {
 				"group": "watchers"
 			},
-			"problemMatcher": [
-				"$ts-checker-webpack-watch",
-				"$ts-checker-eslint-webpack-watch"
-			]
+			"problemMatcher": ["$ts-checker-webpack-watch", "$ts-checker-eslint-webpack-watch"]
 		},
 		{
 			"label": "Run (local web)",