Treat absent .editorconfig correctly (#3439)

This fixes https://github.com/prettier/prettier/issues/3432, I think.
master
Joseph Frazier 2017-12-07 17:03:49 -05:00 committed by Lucas Azzola
parent 69f6ee7829
commit 4f24892e53
2 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@
"dashify": "0.2.2",
"diff": "3.2.0",
"editorconfig": "0.14.2",
"editorconfig-to-prettier": "0.0.5",
"editorconfig-to-prettier": "0.0.6",
"emoji-regex": "6.5.1",
"escape-string-regexp": "1.0.5",
"esutils": "2.0.2",

View File

@ -1395,9 +1395,9 @@ ecc-jsbn@~0.1.1:
dependencies:
jsbn "~0.1.0"
editorconfig-to-prettier@0.0.5:
version "0.0.5"
resolved "https://registry.yarnpkg.com/editorconfig-to-prettier/-/editorconfig-to-prettier-0.0.5.tgz#65699136079784b7d088191b2cae2aed4a36cd3b"
editorconfig-to-prettier@0.0.6:
version "0.0.6"
resolved "https://registry.yarnpkg.com/editorconfig-to-prettier/-/editorconfig-to-prettier-0.0.6.tgz#d79bc1a2574e0a94315dd43da3275f92f9331b27"
editorconfig@0.14.2:
version "0.14.2"