Fix typo in 1.13 blog post

master
Suchipi 2018-05-27 12:44:20 -06:00 committed by GitHub
parent 412b064df8
commit e0b6a328aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -604,7 +604,7 @@ In Prettier 1.12 and earlier, if a file didn't have a `/** @prettier */` pragma
#### Improve plugin resolution when path does not start with `./` ([#4451] by [@kachkaev])
When passing `--prettier=path/to/plugin` Prettier 1.12 and earlier would crash because it looked for a `path/to/plugin` in `node_modules` folder. Prettier 1.13 will look in the current directory first and failing that will look in `node_modules`.
When passing `--plugin=path/to/plugin` Prettier 1.12 and earlier would crash because it looked for a `path/to/plugin` in `node_modules` folder. Prettier 1.13 will look in the current directory first and failing that will look in `node_modules`.
#### Adding plugin interface for isBlockComment ([#4347] by [@mgrip])