From 1a4f71ff16f8ba17766d6aadbe486af3bced1cbf Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 10 Sep 2019 18:33:17 +0200 Subject: [PATCH] Order imports alphabetically --- .styleci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.styleci.yml b/.styleci.yml index 215fbcfe3..3efc06c4d 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -1,4 +1,8 @@ php: preset: laravel + enabled: + - alpha_ordered_imports + disabled: + - length_ordered_imports js: true css: true