|
@@ -140,9 +140,9 @@ repos:
|
|
|
rev: 'v3.1.0' # Use the sha or tag you want to point at
|
|
|
hooks:
|
|
|
- id: prettier
|
|
|
- name: prettier (yaml, markdown, tsx, jsx, css)
|
|
|
+ name: prettier (yaml, markdown, ts, tsx, js, jsx, css)
|
|
|
# TODO: Remove tsx and jsx when Biome supports styled CSS formatting.
|
|
|
- types_or: [yaml, markdown, tsx, jsx, css]
|
|
|
+ types_or: [yaml, markdown, ts, tsx, javascript, jsx, css]
|
|
|
# Override the default version of prettier since there isn't a tag with 3.2.5
|
|
|
additional_dependencies: ['prettier@3.3.2']
|
|
|
# https://pre-commit.com/#regular-expressions
|