From a2aa5b5d7a32b2b30f5fbb89b5712ace8065eb82 Mon Sep 17 00:00:00 2001 From: Carlos Cuesta Date: Sun, 15 Jan 2023 10:45:55 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Enable=20`prettier`=20for=20YML?= =?UTF-8?q?=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .lintstagedrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.lintstagedrc.json b/.lintstagedrc.json index 098bdf9..b41c6ef 100644 --- a/.lintstagedrc.json +++ b/.lintstagedrc.json @@ -1,4 +1,5 @@ { "*.json": ["prettier --write *.json"], - "*.md": ["prettier --write *.md"] + "*.md": ["prettier --write *.md"], + "*.yml": ["prettier --write *.yml"] }