WIP: refactor: port to JS
This should hopefully reduce the complexity of the action
This commit is contained in:
parent
1b14f63169
commit
8925f3da6d
20 changed files with 215060 additions and 109 deletions
15
.prettierrc.yml
Normal file
15
.prettierrc.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
# See: https://prettier.io/docs/en/configuration
|
||||
printWidth: 80
|
||||
tabWidth: 2
|
||||
useTabs: false
|
||||
semi: false
|
||||
singleQuote: true
|
||||
quoteProps: as-needed
|
||||
jsxSingleQuote: false
|
||||
trailingComma: none
|
||||
bracketSpacing: true
|
||||
bracketSameLine: true
|
||||
arrowParens: always
|
||||
proseWrap: always
|
||||
htmlWhitespaceSensitivity: css
|
||||
endOfLine: lf
|
Loading…
Add table
Add a link
Reference in a new issue