From 60db703a27bb09d0a51023131f850d5d424997db Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Tue, 23 Apr 2019 13:44:51 +0100 Subject: [PATCH] [5.8] Enable JS on StyleCI (#5000) * Enable JS on StyleCI --- .styleci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.styleci.yml b/.styleci.yml index bbcd3bf37..1db61d96e 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -6,4 +6,8 @@ php: not-name: - index.php - server.php +js: + finder: + not-name: + - webpack.mix.js css: true