Skip to content

Commit

Permalink
chore(package): update prettier to version 2.0.5
Browse files Browse the repository at this point in the history
Closes #103
  • Loading branch information
greenkeeper[bot] authored and maxdavidson committed Apr 30, 2020
1 parent ef6d6e8 commit dcc6374
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .prettierrc
Expand Up @@ -2,5 +2,6 @@
"singleQuote": true,
"trailingComma": "all",
"printWidth": 100,
"proseWrap": "preserve"
"proseWrap": "preserve",
"arrowParens": "avoid"
}
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -47,7 +47,7 @@
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-prettier": "^3.1.2",
"jest": "^25.1.0",
"prettier": "^1.19.1",
"prettier": "^2.0.5",
"rimraf": "^3.0.0",
"rollup": "^1.29.1",
"ts-jest": "^25.1.0",
Expand Down

0 comments on commit dcc6374

Please sign in to comment.