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,
"singleQuote": true,
"trailingComma": "all",
"arrowParens": "always",
"parser": "typescript"
"arrowParens": "always"
},
"files": [
"scripts/napi.js",