Comment out config file extensions docs until next release

See #2861.
master
Simon Lydell 2017-09-19 21:37:20 +02:00
parent f6356ae94c
commit 68d1b56696
1 changed files with 2 additions and 1 deletions

View File

@ -699,7 +699,8 @@ Default | CLI Override | API Override
Prettier uses [cosmiconfig](https://github.com/davidtheclark/cosmiconfig) for configuration file support.
This means you can configure prettier via:
* A `.prettierrc` file, written in YAML or JSON, with optional extensions: `.yaml/.yml/.json/.js`.
<!-- TODO: Uncomment on the next line when Prettier >1.7.0 has been released. -->
* A `.prettierrc` file, written in YAML or JSON<!--, with optional extensions: `.yaml/.yml/.json/.js`-->.
* A `prettier.config.js` file that exports an object.
* A `"prettier"` key in your `package.json` file.