mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 21:48:21 +01:00
* 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
12 lines
193 B
YAML
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
|