Skip to content

Instantly share code, notes, and snippets.

@sankalpk
Created May 22, 2019 17:46
Show Gist options
  • Save sankalpk/f677c2617f7031ebed46dae8353b8cef to your computer and use it in GitHub Desktop.
Save sankalpk/f677c2617f7031ebed46dae8353b8cef to your computer and use it in GitHub Desktop.
Run prettier fix on all files
prettier --write 'src/**/*.scss'
prettier --write 'src/**/*.css'
prettier --write 'src/**/*.js'
prettier --write 'src/**/*.jsx'
prettier --write 'src/**/*.html'
prettier --write 'public/**/*.html'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment