Here's the log I am getting when trying to format.
["INFO" - 5:58:10 PM] File Info:
{
"ignored": false,
"inferredParser": "typescript"
}
["INFO" - 5:58:10 PM] Detected local configuration (i.e. .prettierrc or .editorconfig), VS Code configuration will not be used
["INFO" - 5:58:10 PM] Prettier Options:
{
"filepath": "randomFileName.tsx",
"parser": "typescript",
"semi": true,
"trailingComma": "all",
"singleQuote": false,
"printWidth": 120,
"tabWidth": 2
}
["ERROR" - 5:58:10 PM] Error formatting document.
prettier@^1.19.1
prettier-plugin-import-sort@^0.0.3
Here's the log I am getting when trying to format.
Versions of npm packages I'm using