dataverse-frontend icon indicating copy to clipboard operation
dataverse-frontend copied to clipboard

Prettier check correct files

Open g-saracca opened this issue 10 months ago • 0 comments

There are two problems with the prettier configuration. When running npm run lint:prettier :

  1. There are files that are being checked unnecessarily, such as nyc json outputs.
  2. Files with .tsx and .ts extension are not being checked at all.

It would be convenient to add a .prettierignore file with all the files to be ignored.

g-saracca avatar Apr 17 '24 15:04 g-saracca