OpenStickCommunity / GP2040-CE

Multi-Platform Gamepad Firmware for Raspberry Pi Pico and other RP2040 boards
https://gp2040-ce.info
MIT License
1.52k stars 335 forks source link

Reformat JavaScript and TypeScript files with Prettier #1192

Closed tylervz closed 1 month ago

tylervz commented 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}").