rshigg

Results 4 comments of rshigg

I also test on Edge and I've noticed that the database doesn't persist on reload and keeps throwing the same error after the initial write. After refreshing the error goes...

@quolpr thanks for the heads up, that was exactly it! If I come across this issue I'll update here :)

I think the prettier config should affect the existing code as little as possible. In this case it seems like just setting singleQuote to true should do the trick. What...

> I'm really not a fan of pre-commit hooks. I make small commits all the time, and the majority of them are in-progress commits that fail eslint sometimes. IMHO, `git...