From a89a6b822660b01486727cc414581ee0d249fcae Mon Sep 17 00:00:00 2001 From: Samuel Galson <samgalson@gmail.com> Date: Tue, 9 Jan 2018 11:13:59 +0000 Subject: [PATCH] lint ignore styleguide build --- .eslintignore | 1 + .stylelintignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.eslintignore b/.eslintignore index 8005e839c..cf8c8d1e9 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,3 +1,4 @@ **/_build **/node_modules **/coverage +packages/ui/styleguide diff --git a/.stylelintignore b/.stylelintignore index 8005e839c..cf8c8d1e9 100644 --- a/.stylelintignore +++ b/.stylelintignore @@ -1,3 +1,4 @@ **/_build **/node_modules **/coverage +packages/ui/styleguide -- GitLab