Bartek Iwańczuk
63bbe2a2e0
ci: bump to v0.15.0 ( denoland/deno_std#556 )
...
Original: f3ddb4f26b
2019-08-13 20:03:29 -04:00
Axetroy
78a9a27e6f
prettier: support reading code from stdin ( denoland/deno_std#498 )
...
Original: 85db520b60
2019-06-30 11:10:00 -04:00
Axetroy
c85b1c06a9
lint: add max line length rules ( denoland/deno_std#507 )
...
Original: b04fda30c8
2019-06-18 21:22:01 -07:00
Yoshiya Hinosawa
21684c679b
Check file changes during test ( denoland/deno_std#476 )
...
Original: 7daa887b09
2019-06-02 21:42:27 -04:00
Bartek Iwańczuk
50a79584cb
chore: Implement strict mode ( denoland/deno_std#453 )
...
Original: be24677d15
2019-05-30 08:59:30 -04:00
Axetroy
915b4f520b
feat(prettier): output to stdout instead of write file by default unless specified --write flag ( denoland/deno_std#332 )
...
Original: 434007b8ab
2019-05-21 08:23:23 -04:00
Ryan Dahl
1b359f4106
walk() should not use deprecated FileInfo.path ( denoland/deno_std#398 )
...
The walk() interface is change to return a WalkInfo object which
contains both the resolved filename and FileInfo object from stat.
The followSymlinks feature is disabled for now.
Original: 07ca4f9629
2019-05-14 17:14:08 -04:00
Bartek Iwańczuk
02bd7e956e
bump CI to v0.4.0 ( denoland/deno_std#378 )
...
Original: 2ad643d296
2019-05-04 11:33:50 -04:00
Vincent LE GOFF
dcd01dd025
Eslint fixes ( denoland/deno_std#356 )
...
Make warnings fail
Original: 4543b563a9
2019-04-24 07:41:22 -04:00
Vincent LE GOFF
d2d5b6ac8e
Fix eslint warnings and small clean ups ( denoland/deno_std#339 )
...
Original: 95ab4e2a3c
2019-04-14 10:53:19 -04:00
Bartek Iwańczuk
4347148d50
Fix prettier check in empty files ( denoland/deno_std#302 )
...
Original: e5a493e9e8
2019-03-24 11:26:47 -04:00
Yoshiya Hinosawa
d1b0a1ef6c
Add prettier styling options ( denoland/deno_std#281 )
...
Original: fae48d5dfb
2019-03-17 18:23:21 -04:00
Yoshiya Hinosawa
0434076ea6
refactor: use execPath where appropriate ( denoland/deno_std#255 )
...
Original: bf76484301
2019-03-08 12:41:47 -05:00
Andy Hayden
4b96bfa8c7
Use fs.walk rather than git ls-files ( denoland/deno_std#241 )
...
Original: afaf343f37
2019-03-08 02:01:39 -05:00
Ryan Dahl
caa383a583
Rename assertEq to assertEquals ( denoland/deno_std#242 )
...
After some discussion it was found that assertEquals is more common
in JS (vs assertEqual, assertEq) and sounds better in the negated form:
assertNotEquals vs assertNE.
Original: 4cf39d4a14
2019-03-06 19:42:24 -05:00
Vincent LE GOFF
e36edfdb3f
Testing refactor ( denoland/deno_std#240 )
...
Original: e1d5c00279
2019-03-06 16:39:50 -05:00
Kitson Kelly
17663c1232
Add eslint for linting ( denoland/deno_std#235 )
...
Original: c0390ade3d
2019-03-04 19:53:35 -05:00
Bert Belder
2ba7de2d04
Change import { x } from "deno"
to const { x } = Deno
( denoland/deno_std#218 )
...
Original: 6063378a92
2019-02-26 00:35:50 -05:00
Ryan Dahl
fa3f8cf67b
Bump CI to v0.2.11 ( denoland/deno_std#183 )
...
Original: 1abdc2efc0
2019-02-09 15:41:05 -05:00
Yoshiya Hinosawa
0eb1a49b38
Add reusable prettier wrapper CLI ( denoland/deno_std#165 )
...
This also fixes an issue with the path on azure-pipelines.
Original: e7837ff0f0
2019-02-01 10:16:39 -05:00