mirror of
https://github.com/lemeow125/Reactnative-notesapp.git
synced 2025-05-16 19:38:47 +08:00
Initial commit
This commit is contained in:
commit
a93bf39373
59 changed files with 17499 additions and 0 deletions
7
.prettierrc.js
Normal file
7
.prettierrc.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
module.exports = {
|
||||
arrowParens: 'avoid',
|
||||
bracketSameLine: true,
|
||||
bracketSpacing: false,
|
||||
singleQuote: true,
|
||||
trailingComma: 'all',
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue