Closed NoahBres closed 1 year ago
I see more tailwind lints in this diff. Is there a way to lint all the files and keep subsequent diffs a little cleaner?
I did not even think to solve this problem. They support a prettier plugin now!
I'd prefer absolute imports everywhere. I figure this is just a lint setting? Is there a problem with this approach?
Just to clarify, you'd like to enforce using import foo from '@/bar'
everywhere?
If so, do you have a preference for the alias? I chose @/
-> ./src
as I've seen it used elsewhere but I am totally open to using something like ~/
or whatever would make more sense.
Thanks for making the changes! @/
is perfect.
No functional changes. Just moving things around before another PR. Separating the PR's to make the next one easier to navigate.
Prior:
After: