Closed tylervz closed 1 month ago
I updated Prettier to the latest version and then I ran npm run format (which in turn calls prettier --write "{src,server}/**/*.{tsx,ts,jsx,js,json,scss}").
npm run format
prettier --write "{src,server}/**/*.{tsx,ts,jsx,js,json,scss}"
I updated Prettier to the latest version and then I ran
npm run format
(which in turn callsprettier --write "{src,server}/**/*.{tsx,ts,jsx,js,json,scss}"
).