Skip to content

Commit

Permalink
Add pre-commit prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Mar 14, 2024
1 parent 5a661ad commit c3fc8d7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
repos:
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
hooks:
- id: prettier
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
layouts/
1 change: 0 additions & 1 deletion content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ author: SATRE
title: Home of SATRE
date: 2021-07-15
---

2 changes: 1 addition & 1 deletion content/en/blog/markdown-syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Tables aren't part of the core Markdown spec, but Hugo supports supports them ou
#### Code block with backticks

```html
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
Expand Down
1 change: 0 additions & 1 deletion content/en/evaluations/uod-hic.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ date = 2023-10-11
+++

{{< satre_evaluation evaluation_csv="satre-uod-evaluation-20231011.csv" >}}

0 comments on commit c3fc8d7

Please sign in to comment.