bj-rutledge / CRUD-API-Example

Simple Example of a CRUD API
MIT License
1 stars 3 forks source link

reconfigure prettier #74

Closed bj-rutledge closed 2 weeks ago

bj-rutledge commented 3 months ago

Reconfigure prettier to not use trailing commas and to ignore the LICENSE, package.json, and package-lock.json files.

Trailing commas can be disabled by setting the trailingComma property to none in the .prettierrc file.