reactjs/react-rails

prettier config file missing

Shubhamsahu19 opened this issue · 1 comments

everyone uses prettier code formatter , so everyone has different global prettier configuration, which leads to multiple unnecessary changes in file. So having a local prettierrc and prettierignore can eliminate these unnecessary changes.

We should probably use rubocop to format the Ruby code.