Skip to content
This repository was archived by the owner on Jan 2, 2022. It is now read-only.

Commit ad9ad4b

Browse files
committed
build(deps): downgrade Prettier for XO compatibility
1 parent da9e3dc commit ad9ad4b

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"devDependencies": {
1414
"netlify-cli": "2.47.0",
15-
"prettier": "2.0.5",
15+
"prettier": "2.0.4",
1616
"semantic-release": "17.0.7",
1717
"type-fest": "0.13.1",
1818
"typescript": "3.8.3",
@@ -39,7 +39,7 @@
3939
"e2e:local": "netlify build",
4040
"lint": "xo",
4141
"prebuild": "rm -rf tsc_output",
42-
"style": "prettier --ignore-path .gitignore --check \"./**/*.{{j,t}{s,sx},flow,{sc,c,le}ss,json,m{d,dx},{y,ya}ml}\""
42+
"style": "prettier --ignore-path .gitignore --check ."
4343
},
4444
"version": "0.0.0-development",
4545
"xo": {

yarn.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7959,11 +7959,6 @@ [email protected]:
79597959
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.0.4.tgz#2d1bae173e355996ee355ec9830a7a1ee05457ef"
79607960
integrity sha512-SVJIQ51spzFDvh4fIbCLvciiDMCrRhlN3mbZvv/+ycjvmF5E73bKdGfU8QDLNmjYJf+lsGnDBC4UUnvTe5OO0w==
79617961

7962-
7963-
version "2.0.5"
7964-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.0.5.tgz#d6d56282455243f2f92cc1716692c08aa31522d4"
7965-
integrity sha512-7PtVymN48hGcO4fGjybyBSIWDsLU4H4XlvOHfq91pz9kkGlonzwTfYkaIEwiRg/dAJF9YlbsduBAgtYLi+8cFg==
7966-
79677962
pretty-format@^24.9.0:
79687963
version "24.9.0"
79697964
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-24.9.0.tgz#12fac31b37019a4eea3c11aa9a959eb7628aa7c9"

0 commit comments

Comments
 (0)