typeorm / typeorm

ORM for TypeScript and JavaScript. Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, SAP Hana, WebSQL databases. Works in NodeJS, Browser, Ionic, Cordova and Electron platforms.
http://typeorm.io
MIT License
33.54k stars 6.22k forks source link

refactor: added --cache to prettier call #10865

Open RohanTalip opened 1 month ago

RohanTalip commented 1 month ago

Description of change

This speeds up prettier when run multiple times locally.

Pull-Request Checklist