summaryrefslogtreecommitdiff
path: root/tools/package.json
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2020-07-14 15:24:17 -0400
committerGitHub <noreply@github.com>2020-07-14 15:24:17 -0400
commitcde4dbb35132848ffece59ef9cfaccff32347124 (patch)
treecc7830968c6decde704c8cfb83c9185193dc698f /tools/package.json
parent9eca71caa1674c31f9cc5d4e86c03f10b59e0a00 (diff)
Use dprint for internal formatting (#6682)
Diffstat (limited to 'tools/package.json')
-rw-r--r--tools/package.json2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/package.json b/tools/package.json
index 56e056b6a..bd619fa56 100644
--- a/tools/package.json
+++ b/tools/package.json
@@ -2,13 +2,11 @@
"name": "deno",
"private": true,
"devDependencies": {
- "@types/prettier": "1.16.1",
"@typescript-eslint/eslint-plugin": "2.5.0",
"@typescript-eslint/parser": "2.5.0",
"eslint": "5.15.1",
"eslint-config-prettier": "4.1.0",
"magic-string": "0.25.2",
- "prettier": "1.17.1",
"typescript": "3.6.3"
}
}