From 1884a74d44d29f1d108d7d662e75d453b64bc8d5 Mon Sep 17 00:00:00 2001 From: Jonathan Hedstrom Date: Thu, 18 Apr 2019 15:57:00 -0700 Subject: [PATCH] Ignore vendor directory in eslint. (#539) --- .eslintignore | 1 + .stylelintignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.eslintignore b/.eslintignore index 695387e5c8..c5d387e931 100644 --- a/.eslintignore +++ b/.eslintignore @@ -2,6 +2,7 @@ dist/ pattern-lab/ +vendor/ # Ignore yeoman new-component templates tools/new-component/templates diff --git a/.stylelintignore b/.stylelintignore index b5cd251e81..072625b70e 100644 --- a/.stylelintignore +++ b/.stylelintignore @@ -1,6 +1,7 @@ # Ignore any path/file using .gitignore syntax, ie: node_modules/ +vendor/ dist/ pattern-lab/