marian51 / poc-playwright-typescript-gui-api

A repository containing a sample project based on Playwright, written using Typescript, showing testing of the GUI and API of given application.
3 stars 0 forks source link

Install Prettier as dependency in the project #47

Open marian51 opened 3 months ago

marian51 commented 3 months ago

Prettier can be used as VSC extension, it will use settings from prettier.config.js and will be working fine.

But Prettier can be also installed as npm dependency and I think we should add this to project

npm install --save-dev prettier
marian51 commented 3 months ago

Also we can add custom script to prettify all files