Just rename file

This commit is contained in:
Vijay Janapa Reddi
2025-03-27 21:23:55 -04:00
parent 041d5444a6
commit d75bdf09b8
2 changed files with 10 additions and 2 deletions

View File

@@ -62,3 +62,13 @@ repos:
name: format quarto markdown
additional_dependencies: [mdformat-frontmatter]
files: ^contents/.*\.qmd$
# # ✅ Add Vale for linting prose and enforcing style rules
# - repo: https://github.com/errata-ai/vale
# rev: v2.28.2 # Use latest stable version
# hooks:
# - id: vale
# name: lint with vale
# entry: vale
# files: ^contents/.*\.qmd$
# types: [text]

View File

@@ -5,5 +5,3 @@ ignorecase: true
swap:
# Common pattern: list of three items without Oxford comma
'(\b\w+\b), (\b\w+\b) and (\b\w+\b)': '\1, \2, and \3'