This repository has been archived by the owner on Feb 4, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(prettier): fix prettier file paths for Windows
Running `npm run format` on Windows only formats `index.js` because the other two paths start with single quotes which is considered an invalid path. Remove single quotes to work on both Windows & Linux
- Loading branch information