summaryrefslogtreecommitdiff
path: root/prettier/testdata
AgeCommit message (Collapse)Author
2019-06-30prettier: support reading code from stdin (denoland/deno_std#498)Axetroy
Original: https://github.com/denoland/deno_std/commit/85db520b60053db5dc9b56972bfb6bee506dc158
2019-05-30chore: Implement strict mode (denoland/deno_std#453)Bartek Iwańczuk
Original: https://github.com/denoland/deno_std/commit/be24677d15494e83eea2e99bfc5ccfdde31cb892
2019-05-21feat(prettier): output to stdout instead of write file by default unless ↵Axetroy
specified --write flag (denoland/deno_std#332) Original: https://github.com/denoland/deno_std/commit/434007b8ab421cb24a75d2937d275c5048b9c111
2019-03-24Fix prettier check in empty files (denoland/deno_std#302)Bartek Iwańczuk
Original: https://github.com/denoland/deno_std/commit/e5a493e9e8df80abec51c06958dea755e19c40fd
2019-03-17Add prettier styling options (denoland/deno_std#281)Yoshiya Hinosawa
Original: https://github.com/denoland/deno_std/commit/fae48d5dfbbe6267c71a0dc48647548b190dd875
2019-02-01Add reusable prettier wrapper CLI (denoland/deno_std#165)Yoshiya Hinosawa
This also fixes an issue with the path on azure-pipelines. Original: https://github.com/denoland/deno_std/commit/e7837ff0f007d8f2175ec58ae3065dabfb4823f1