From 2bb59d078cd9db6716a6b06d71eff0eddfc6f659 Mon Sep 17 00:00:00 2001 From: Piotr Bajer <12783610+piotr-bajer@users.noreply.github.com> Date: Thu, 2 Aug 2018 23:18:58 +0200 Subject: [PATCH] Update .htmlhintrc --- generators/app/templates/.htmlhintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generators/app/templates/.htmlhintrc b/generators/app/templates/.htmlhintrc index 5dd03f03..5dbff4d6 100644 --- a/generators/app/templates/.htmlhintrc +++ b/generators/app/templates/.htmlhintrc @@ -1,3 +1,3 @@ { - "attr-lowercase": ["viewBox"] + "attr-lowercase": ["viewBox", "preserveAspectRatio"] }