Files
Paradise/tgui/.prettierrc.yml
T
S34NandGitHub 45bf2ffc78 Bump TGUI dependencies, updates tooling (#22410)
* bump deps to remove vulnerabilities

* new script who dis

* more changes to support it

* node 16

* node 18

* fixes CI

* prettier decided to do this

* stops the dev server exploding

* fixes dev server for real
2023-09-22 15:00:47 +01:00

12 lines
193 B
YAML

arrowParens: always
bracketSpacing: true
endOfLine: lf
jsxSingleQuote: false
printWidth: 80
proseWrap: preserve
quoteProps: preserve
semi: true
singleQuote: true
tabWidth: 2
trailingComma: es5