Add Prettier
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.
This commit is contained in:
6
extensions/ql-vscode/.prettierignore
Normal file
6
extensions/ql-vscode/.prettierignore
Normal file
@@ -0,0 +1,6 @@
|
||||
.vscode-test/
|
||||
node_modules/
|
||||
out/
|
||||
|
||||
# Include the Storybook config
|
||||
!.storybook
|
||||
Reference in New Issue
Block a user