initial project commit
This commit is contained in:
parent
d8efc7c19c
commit
bf2fab3aa1
63 changed files with 9861 additions and 1 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