Skip to content

Commit 56a2ee9

Browse files
janicduplessisosdnk
authored andcommitted
chore: add prettier config to package.json so it is picked up by editors (facebook#82)
1 parent a9d4813 commit 56a2ee9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,11 @@
6464
"@react-navigation/([^/]+)": "<rootDir>/packages/$1/src"
6565
}
6666
},
67+
"prettier": {
68+
"tabWidth": 2,
69+
"useTabs": false,
70+
"singleQuote": true,
71+
"trailingComma": "es5"
72+
},
6773
"name": "react-navigation"
6874
}

0 commit comments

Comments
 (0)