chore: remove prettier.parser config

This commit is contained in:
LongYinan 2018-07-23 10:18:56 +08:00
parent 3ab287a946
commit f89d86e83b
No known key found for this signature in database
GPG key ID: 709D8262F1045E53

View file

@ -32,8 +32,7 @@
"semi": false, "semi": false,
"singleQuote": true, "singleQuote": true,
"trailingComma": "all", "trailingComma": "all",
"arrowParens": "always", "arrowParens": "always"
"parser": "typescript"
}, },
"files": [ "files": [
"scripts/napi.js", "scripts/napi.js",