mirror of
https://github.com/supabase/setup-cli.git
synced 2025-12-08 08:06:29 +00:00
* chore: update unit tests * fix: follow latest action template * chore: add licenses and workflows * chore: remove bloat * chore: fix linter
17 lines
312 B
YAML
17 lines
312 B
YAML
# 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
|