This adds Prettier and makes it replace tsfmt. VSCode is set to use Prettier for formatting TypeScript/TSX files and format on save since Prettier is very fast and does not cause any noticeable delay.
4 lines
29 B
Plaintext
4 lines
29 B
Plaintext
{
|
|
"trailingComma": "all"
|
|
}
|