initial commit
This commit is contained in:
commit
d799808203
126 changed files with 16265 additions and 0 deletions
9
prettier.config.js
Normal file
9
prettier.config.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
module.exports = {
|
||||
semi: false,
|
||||
singleQuote: true,
|
||||
printWidth: 100,
|
||||
tabWidth: 2,
|
||||
useTabs: false,
|
||||
trailingComma: 'es5',
|
||||
bracketSpacing: true,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue