From 894a8e7dd83ed05751781ecfdb12a3d12688bea8 Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Wed, 15 Sep 2021 17:05:46 -0400 Subject: [PATCH] Add stylelintrc to gitattributes --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index fa723415..83afa0ab 100644 --- a/.gitattributes +++ b/.gitattributes @@ -11,3 +11,4 @@ .eslintrc text eol=lf .prettierrc text eol=lf .babelrc text eol=lf +.stylelintrc text eol=lf