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,
|
"semi": false,
|
||||||
"singleQuote": true,
|
"singleQuote": true,
|
||||||
"trailingComma": "all",
|
"trailingComma": "all",
|
||||||
"arrowParens": "always",
|
"arrowParens": "always"
|
||||||
"parser": "typescript"
|
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"scripts/napi.js",
|
"scripts/napi.js",
|
||||||
|
|
Loading…
Reference in a new issue