You're free to contribute to this project by submitting issues and/or pull requests. This project uses prettier with the following options:
{
"printWidth": 80,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"parser": "babylon",
"semi": false
}