feat: mobile app package (#1075)
This commit is contained in:
11
packages/mobile/.prettierrc.js
Normal file
11
packages/mobile/.prettierrc.js
Normal file
@@ -0,0 +1,11 @@
|
||||
module.exports = {
|
||||
arrowParens: 'avoid',
|
||||
bracketSpacing: true,
|
||||
jsxSingleQuote: false,
|
||||
quoteProps: 'as-needed',
|
||||
semi: false,
|
||||
singleQuote: true,
|
||||
tabWidth: 2,
|
||||
printWidth: 120,
|
||||
trailingComma: 'all',
|
||||
}
|
||||
Reference in New Issue
Block a user