summaryrefslogtreecommitdiff
path: root/prettier/main.ts
AgeCommit message (Expand)Author
2019-05-25Prettier: support for specified files and glob mode (denoland/deno_std#438)Axetroy
2019-05-21feat(prettier): output to stdout instead of write file by default unless spec...Axetroy
2019-05-14walk() should not use deprecated FileInfo.path (denoland/deno_std#398)Ryan Dahl
2019-04-24Eslint fixes (denoland/deno_std#356)Vincent LE GOFF
2019-03-24Fix prettier check in empty files (denoland/deno_std#302)Bartek IwaƄczuk
2019-03-17Add prettier styling options (denoland/deno_std#281)Yoshiya Hinosawa
2019-03-08Use fs.walk rather than git ls-files (denoland/deno_std#241)Andy Hayden
2019-03-04Add eslint for linting (denoland/deno_std#235)Kitson Kelly
2019-02-26Change `import { x } from "deno"` to `const { x } = Deno` (denoland/deno_std#...Bert Belder
2019-02-01Add reusable prettier wrapper CLI (denoland/deno_std#165)Yoshiya Hinosawa