cloudflare / templates

A collection of starter templates and examples for Cloudflare Workers and Pages
https://cloudflareworkers.com
MIT License
1k stars 638 forks source link

chore: add prettierrc and editorconfig to all relevant templates #150

Closed Cherry closed 1 year ago

Cherry commented 1 year ago

This adds the .prettierrc and .editorconfig from the root to every generated template. This should help avoid issues like https://github.com/cloudflare/wrangler2/pull/2299 in future and encourage some sensible defaults for Workers projects.

Closes #148