chore: add prettier config to package.json so it is picked up by editors (#82)

This commit is contained in:
Janic Duplessis
2019-08-28 18:12:29 -04:00
committed by Michał Osadnik
parent a9d4813b47
commit 56a2ee99f9

View File

@@ -64,5 +64,11 @@
"@react-navigation/([^/]+)": "<rootDir>/packages/$1/src"
}
},
"prettier": {
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"trailingComma": "es5"
},
"name": "react-navigation"
}