chore: remove prettier.parser config
This commit is contained in:
parent
3ab287a946
commit
f89d86e83b
1 changed files with 1 additions and 2 deletions
|
@ -32,8 +32,7 @@
|
|||
"semi": false,
|
||||
"singleQuote": true,
|
||||
"trailingComma": "all",
|
||||
"arrowParens": "always",
|
||||
"parser": "typescript"
|
||||
"arrowParens": "always"
|
||||
},
|
||||
"files": [
|
||||
"scripts/napi.js",
|
||||
|
|
Loading…
Reference in a new issue