Files
mobile/.prettierrc.js
Radek Czemerys 6149f150df TS types (#253)
* Add TS to lib/components/styles/authentication

* Rollback prettier changes to declutter diff

* Authentication migration

526 errors

* Notes

328 errors

* Settings

172 errors

* refactor: last screens

* fix: revert setting wrong sideMenuHandler

* feature: upgrade type deps
2020-05-07 10:57:52 +02:00

12 lines
243 B
JavaScript

module.exports = {
arrowParens: "avoid",
bracketSpacing: true,
jsxBracketSameLine: false,
jsxSingleQuote: false,
printWidth: 80,
quoteProps: "as-needed",
semi: true,
singleQuote: true,
tabWidth: 2,
strailingComma: "none"
};