Skip to content

Instantly share code, notes, and snippets.

@thinkricardo
Last active May 11, 2026 13:54
Show Gist options
  • Select an option

  • Save thinkricardo/74f37d82b686de371b0853a5d66d559c to your computer and use it in GitHub Desktop.

Select an option

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

azzamsa commented Jan 11, 2024

Copy link
Copy Markdown

Thank you!

@Walnussbaer

Copy link
Copy Markdown

Thank you very much, very neat!

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