diff --git a/.rubocop.yml b/.rubocop.yml
index 80eb4a5c19ea9a7983daea50ca4c0efa22b3f375..3735a718c377049aeaf593f646346cd13a47b984 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -17,6 +17,7 @@ AllCops:
   # Exclude some GitLab files
   Exclude:
     - 'vendor/**/*'
+    - 'node_modules/**/*'
     - 'db/*'
     - 'db/fixtures/**/*'
     - 'tmp/**/*'