GP2040-CE
GP2040-CE copied to clipboard
Reformat JavaScript and TypeScript files with Prettier
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}"
).