Initial commit
This commit is contained in:
commit
47250e7ed7
73 changed files with 10949 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