Skip to content

Commit 88e2593

Browse files
Update prettier
1 parent 83fbc92 commit 88e2593

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

.prettierrc.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
module.exports = {
2-
arrowParens: 'always',
32
proseWrap: 'always',
43
singleQuote: true,
5-
tabWidth: 2,
6-
trailingComma: 'es5',
74
};

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"eslint-plugin-react": "^7.19.0",
6161
"eslint-plugin-react-hooks": "^2.4.0",
6262
"jest": "^25.1.0",
63-
"prettier": "^1.19.1",
63+
"prettier": "^2.0.1",
6464
"prop-types": "^15.7.2",
6565
"react": "^16.13.0",
6666
"react-dom": "^16.13.0",

0 commit comments

Comments
 (0)