icssc / AntAlmanac

A course exploration and scheduling tool for UCI Anteaters
https://antalmanac.com
MIT License
58 stars 73 forks source link

Remove lint-staged config from backend #1030

Open ecxyzzy opened 1 week ago

ecxyzzy commented 1 week ago

The backend's lint-staged config does not cover most of the files in the backend. As a result, things have gone unlinted for a while. (It literally let me commit code that would not build.)

We should probably hold off on doing this until most of the big backend migrations are done, since the blast radius will be huge.