Skip to content

Commit d2bd88b

Browse files
committed
feat: add prettier
1 parent 8f243a1 commit d2bd88b

File tree

3 files changed

+395
-185
lines changed

3 files changed

+395
-185
lines changed

.prettierrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,8 @@
3434
"eslint-plugin-prettier": "^3.1.4",
3535
"eslint-plugin-react-native-a11y": "^2.0.2",
3636
"eslint-plugin-typescript-sort-keys": "^1.3.0"
37+
},
38+
"devDependencies": {
39+
"prettier": "^2.1.0"
3740
}
3841
}

0 commit comments

Comments
 (0)