🌱 Run prettier manually

format file (won’t write file)

node_modules/.bin/prettier src/data/GalleryData.js

format file -> clipboard

 node_modules/.bin/prettier src/data/GalleryData.js | pbcopy

take clipboard -> format -> place back on clipboard

 pbpaste | node_modules/.bin/prettier | pbcopy
Made by Brandon . If you find this project useful you can donate.