mirror of
https://github.com/standardnotes/mobile.git
synced 2026-05-19 12:04:31 -04:00
* 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
12 lines
243 B
JavaScript
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"
|
|
}; |