avacore1337 / OneLife

My Vue/WASM/Rust idle game
https://avacore1337.github.io/OneLife/
MIT License
1 stars 2 forks source link

prettier errors #7

Closed dimitrilw closed 1 year ago

dimitrilw commented 1 year ago

Prettier is not happy with the repo's eslintrc & webpack.config files due to use of double-quotes. I will make a PR shortly.

dimitrilw commented 1 year ago

PR #8 changes the double-quotes to single. Prettier is happy now.