Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add translation content json files to .pretterignore (#1083)
Whenever I make a change to the translation `json` files in `/public/locales/en/*.json` it changes the format for the whole file, which is annoying and a little risky. Merge conflicts are more common and we should be able to track the specific changes within these files when doing code review. My solution is just to have Prettier ignore these translation files. Alternatively, to solve this problem we could update all automation scripts to match our prettier settings... but this is simpler. Let me know if your thoughts on this change, any objections?
- Loading branch information