From f89d86e83b46459310ecab55e4c0b9a6b2405d5e Mon Sep 17 00:00:00 2001 From: LongYinan Date: Mon, 23 Jul 2018 10:18:56 +0800 Subject: [PATCH] chore: remove prettier.parser config --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 60b880a2..4c01bc16 100644 --- a/package.json +++ b/package.json @@ -32,8 +32,7 @@ "semi": false, "singleQuote": true, "trailingComma": "all", - "arrowParens": "always", - "parser": "typescript" + "arrowParens": "always" }, "files": [ "scripts/napi.js",