egonSchiele / chisel

Open source writing app
https://chiseleditor.com
Other
38 stars 3 forks source link

reenable eslint #44

Closed egonSchiele closed 1 year ago

egonSchiele commented 1 year ago

I had to disable ESlint and prettier because they were both fighting. On one commit, one would add trailing commas throughout my codebase. On the next, the other would remove the trailing commas. This meant that every diff was unreadable. I could not figure out what I had changed. Fix and re-enable.

egonSchiele commented 1 year ago

Low priority