Skip to content
This repository was archived by the owner on Apr 3, 2023. It is now read-only.

Commit 4fb01f1

Browse files
committed
chore(deps-dev): upgrade prettier setup
1 parent 47fee7a commit 4fb01f1

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

.prettierrc.js

-6
This file was deleted.

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,8 @@
5050
"@types/jest": "^26.0.0",
5151
"@types/jwt-decode": "^2.2.1",
5252
"babel-jest": "^26.3.0",
53-
"commitlint": "^8.3.5",
54-
"eslint": "^7.2.0",
55-
"eslint-config-prettier": "^6.11.0",
56-
"eslint-plugin-prettier": "^3.1.3",
53+
"eslint-config-prettier": "^6.10.1",
54+
"eslint-plugin-prettier": "3.4.1",
5755
"husky": "^4.2.5",
5856
"jest": "^26.0.1",
5957
"prettier": "^2.0.5",
@@ -107,6 +105,7 @@
107105
"singleQuote": true,
108106
"tabWidth": 2,
109107
"trailingComma": "es5",
108+
"arrowParens": "avoid",
110109
"useTabs": false
111110
}
112111
]
@@ -121,6 +120,7 @@
121120
"singleQuote": true,
122121
"tabWidth": 2,
123122
"trailingComma": "es5",
123+
"arrowParens": "avoid",
124124
"useTabs": false
125125
},
126126
"@react-native-community/bob": {

0 commit comments

Comments
 (0)