refactor: typescript refactoring ♻️
This commit is contained in:
16
.prettierrc.yaml
Normal file
16
.prettierrc.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
arrowParens: avoid
|
||||
bracketSpacing: true
|
||||
endOfLine: auto
|
||||
importOrder: ["<THIRD_PARTY_MODULES>", "^[./]"]
|
||||
importOrderParserPlugins: ["typescript"]
|
||||
importOrderSeparation: true
|
||||
importOrderSortSpecifiers: true
|
||||
printWidth: 62
|
||||
singleQuote: false
|
||||
tabWidth: 2
|
||||
trailingComma: all
|
||||
|
||||
overrides:
|
||||
- files: "*.sol"
|
||||
options:
|
||||
tabWidth: 4
|
||||
Reference in New Issue
Block a user