ventojs / vento

🌬 A template engine for Deno & Node
https://vento.js.org/
MIT License
153 stars 9 forks source link

chore: disable prettier formatting #23

Closed uncenter closed 9 months ago

uncenter commented 9 months ago

Just like the title says. This only disables it in VSCode though, so would ignoring all files in a .prettierignore be a better solution?

oscarotero commented 9 months ago

I don't understand. This project doesn's use prettier. The code is formatted with deno fmt.

uncenter commented 9 months ago

I don't understand. This project doesn's use prettier. The code is formatted with deno fmt.

Exactly. Many (me!) have the Prettier extension in VSCode which automatically formats files - this just disables it for Vento to not have conflicting formatters in use. I think that's why I broke the "Quick Install" button earlier.

oscarotero commented 9 months ago

Ah got it! Thanks