11ty / 11ty-website

Documentation site for the Eleventy static site generator.
https://www.11ty.dev/
MIT License
467 stars 677 forks source link

Format all files #1670

Closed Snapstromegon closed 4 months ago

Snapstromegon commented 4 months ago

Relates to #1610.

As it was shown in #1668, many files are not correctly formatted as per our current prettier default setup. This makes it hard to contribute when you try to do everything right by running npm run format before committing.

zachleat commented 4 months ago

We should probably add a precommit hook for this a la https://github.com/11ty/eleventy/blob/8f95fac1c4220d2b19dbc959861cd3d3e3650a21/package.json#L70-L74

zachleat commented 4 months ago

Shipped!