audo-ai / magic-mic

Open Source Noise Cancellation App for Virtual Meetings
https://magicmic.ai/
350 stars 38 forks source link

Add linting and formatting to everything #46

Closed gabcoh closed 3 years ago

gabcoh commented 3 years ago

Right now the style of everything is all over the place. I should really add linting and formatting for the c++, web stuff, and rust.

gabcoh commented 3 years ago

Now have support for formatting web by running yarn run prettier --write "src/**/*.{js,jsx,scss}" and formatting native with make format. Still can do cargo fmt. Not sure If I should run formatting on git commit, or if i'll want to inspect before.