Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 284 Bytes

11000.md

File metadata and controls

17 lines (14 loc) · 284 Bytes

Fix failure on dir with trailing slash (#11000 by @fisker)

$ ls
1.js  1.unknown

# Prettier stable
$ prettier . -l
1.js
$ prettier ./ -l
[error] No supported files were found in the directory: "./".

# Prettier main
$ prettier ./ -l
1.js