Browse Source

Maintenance: Run overcommit also for .ts and .vue files.

Martin Gruner 1 year ago
parent
commit
26b6f50df0
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .overcommit.yml

+ 4 - 0
.overcommit.yml

@@ -38,6 +38,10 @@ PreCommit:
     exclude:
       - 'app/assets/**/*'
       - 'public/assets/chat/**/*'
+    include:
+      - '**/*.js'
+      - '**/*.ts'
+      - '**/*.vue'
 
 PostCheckout:
   ALL: