From ce10bcd3d3cb08064c935e91e2cd83b4efc331b8 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Wed, 5 Feb 2020 11:54:52 +0000 Subject: [PATCH] Remove js and css checks from styleci config --- .styleci.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.styleci.yml b/.styleci.yml index 46f1711fe..268f62b44 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -17,10 +17,4 @@ finder: - "bootstrap" - "database/migrations" - "database/seeds" - - "database/fixtures" - -js: - finder: - not-name: - - webpack.mix.js -css: true \ No newline at end of file + - "database/fixtures" \ No newline at end of file