index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
prettier
/
main_test.ts
Age
Commit message (
Expand
)
Author
2019-06-02
Check file changes during test (denoland/deno_std#476)
Yoshiya Hinosawa
2019-05-30
chore: Implement strict mode (denoland/deno_std#453)
Bartek Iwańczuk
2019-05-21
feat(prettier): output to stdout instead of write file by default unless spec...
Axetroy
2019-05-14
walk() should not use deprecated FileInfo.path (denoland/deno_std#398)
Ryan Dahl
2019-05-04
bump CI to v0.4.0 (denoland/deno_std#378)
Bartek Iwańczuk
2019-04-24
Eslint fixes (denoland/deno_std#356)
Vincent LE GOFF
2019-04-14
Fix eslint warnings and small clean ups (denoland/deno_std#339)
Vincent LE GOFF
2019-03-24
Fix prettier check in empty files (denoland/deno_std#302)
Bartek Iwańczuk
2019-03-17
Add prettier styling options (denoland/deno_std#281)
Yoshiya Hinosawa
2019-03-08
refactor: use execPath where appropriate (denoland/deno_std#255)
Yoshiya Hinosawa
2019-03-08
Use fs.walk rather than git ls-files (denoland/deno_std#241)
Andy Hayden
2019-03-06
Rename assertEq to assertEquals (denoland/deno_std#242)
Ryan Dahl
2019-03-06
Testing refactor (denoland/deno_std#240)
Vincent LE GOFF
2019-03-04
Add eslint for linting (denoland/deno_std#235)
Kitson Kelly
2019-02-26
Change `import { x } from "deno"` to `const { x } = Deno` (denoland/deno_std#...
Bert Belder
2019-02-09
Bump CI to v0.2.11 (denoland/deno_std#183)
Ryan Dahl
2019-02-01
Add reusable prettier wrapper CLI (denoland/deno_std#165)
Yoshiya Hinosawa