Skip to content

Commit

Permalink
chore(package): update prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
macklinu committed Jul 1, 2018
1 parent c605c10 commit 3973413
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .prettierrc
@@ -0,0 +1,5 @@
{
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true
}
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -40,7 +40,7 @@
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-react": "^7.0.1",
"glob": "^7.1.2",
"prettier": "^1.4.4",
"prettier": "^1.13.7",
"uppercamelcase": "^3.0.0"
}
}
6 changes: 3 additions & 3 deletions yarn.lock
Expand Up @@ -2352,9 +2352,9 @@ preserve@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b"

prettier@^1.4.4:
version "1.9.2"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.9.2.tgz#96bc2132f7a32338e6078aeb29727178c6335827"
prettier@^1.13.7:
version "1.13.7"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.13.7.tgz#850f3b8af784a49a6ea2d2eaa7ed1428a34b7281"

private@^0.1.6, private@^0.1.7:
version "0.1.8"
Expand Down

0 comments on commit 3973413

Please sign in to comment.