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