Skip to content

Instantly share code, notes, and snippets.

@thinkricardo
Last active January 11, 2024 01:08
Show Gist options
  • Save thinkricardo/74f37d82b686de371b0853a5d66d559c to your computer and use it in GitHub Desktop.
Save thinkricardo/74f37d82b686de371b0853a5d66d559c to your computer and use it in GitHub Desktop.
Configure prettier whitelist using .prettierignore
# ignore all files
*
# include all folders
!**/
# include files to format
!*.js
!*.json
!*.scss
!*.ts
@azzamsa
Copy link

azzamsa commented Jan 11, 2024

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment