Laurent Destailleur 11 лет назад
Родитель
Сommit
cf3e0cfbff
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      .scrutinizer.yml

+ 3 - 0
.scrutinizer.yml

@@ -16,4 +16,7 @@ tools:
     # Some Metrics + Bug Detection/Auto-Fixes
     php_analyzer: true
 
+	# Coding-Style / Bug Detection
+    js_hint: true
+
 ## Overwrite as needed here.