Skip to content

Commit

Permalink
Update v2.3 blog post (#11002)
Browse files Browse the repository at this point in the history
Co-authored-by: fisker Cheung <lionkay@gmail.com>
  • Loading branch information
aliaksandrsen and fisker committed Jun 2, 2021
1 parent ddcfdd4 commit 1d69549
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/blog/2021-05-09-2.3.0.md
Expand Up @@ -1843,12 +1843,12 @@ All matched files use Prettier code style!
Directories whose names happened to coincide with the properties of `Object.prototype` were ignored by Prettier CLI because of a classic bug (introduced in Prettier 2.0.0) with object properties not being checked for being own.

<!-- prettier-ignore -->
```sh
```console
# Prettier 2.2
$ prettier 'js/constructor/*.js' --write
$ prettier "js/constructor/*.js" --write
[error] No matching files. Patterns: js/constructor/*.js
# Prettier 2.3
prettier 'js/constructor/*.js' --write
$ prettier "js/constructor/*.js" --write
js/constructor/test.js 42ms
```

0 comments on commit 1d69549

Please sign in to comment.