From 95aea615238446b5e96108e5efb097a7cc8cb59a Mon Sep 17 00:00:00 2001 From: Eric Schultz Date: Mon, 2 Nov 2020 18:23:55 -0600 Subject: [PATCH] eslint should ignore javascript inside the gems on the build server --- .eslintignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.eslintignore b/.eslintignore index d14a159c..77f0ff27 100644 --- a/.eslintignore +++ b/.eslintignore @@ -436,4 +436,7 @@ app/javascript/legacy_react/src/components/session_login_page/SessionLoginForm.t app/javascript/legacy_react/src/components/session_login_page/SessionLoginPage.tsx #included code from another package -app/javascript/common/lodash-joins \ No newline at end of file +app/javascript/common/lodash-joins + +# don't check any js in the installed gems on build server +vendor/bundle \ No newline at end of file