[INIT] Initial Project Structure
This commit is contained in:
commit
0fc5f05b6a
105 changed files with 10448 additions and 0 deletions
13
.prettierrc
Normal file
13
.prettierrc
Normal file
|
@ -0,0 +1,13 @@
|
|||
printWidth: 130
|
||||
semi: true
|
||||
singleQuote: false
|
||||
trailingComma: all
|
||||
bracketSpacing: true
|
||||
arrowParens: always
|
||||
requirePragma: false
|
||||
insertPragma: false
|
||||
|
||||
overrides:
|
||||
- files: ["lib/router/ClientErrors.ts", "lib/router/routes/*.ts"]
|
||||
options:
|
||||
printWidth: 250
|
Loading…
Add table
Add a link
Reference in a new issue