Closed snallapa closed 5 years ago
prettier --ignore-path "*/bundle.js" --write "app/static/js/components/**/*.js"
this is the prettier command I ran to do this easily
Added prettier in so npm run format runs it on js files
npm run format
prettier --ignore-path "*/bundle.js" --write "app/static/js/components/**/*.js"
this is the prettier command I ran to do this easily