cairo/.prettierrc
Dunemask 0fc5f05b6a
Some checks failed
Deploy Edge / deploy-edge (push) Failing after 2s
S3 Repo Backup / s3-repo-backup (push) Failing after 2s
[INIT] Initial Project Structure
2024-08-24 12:41:04 -06:00

13 lines
262 B
Text

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