dataverse-frontend
dataverse-frontend copied to clipboard
Prettier check correct files
There are two problems with the prettier configuration.
When running npm run lint:prettier
:
- There are files that are being checked unnecessarily, such as nyc json outputs.
- 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.