From d226fc365115046240771795456b1ff3c3f99fa4 Mon Sep 17 00:00:00 2001 From: Tim Kelty Date: Thu, 2 Sep 2021 00:33:00 -0400 Subject: [PATCH] Fix linting --- .editorconfig | 2 +- .prettierignore | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 94be1525..89acd0b3 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,7 +11,7 @@ end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true -[{package.json,tailwind.js}] +[{package.json,tailwind.js,*.yml}] indent_size = 2 [*.md] diff --git a/.prettierignore b/.prettierignore index e8c01965..130a3af6 100755 --- a/.prettierignore +++ b/.prettierignore @@ -1,2 +1,3 @@ web/ vendor/ +*.yml