diff --git a/flight.sublime-project b/flight.sublime-project index 5f2628e..63e8be2 100644 --- a/flight.sublime-project +++ b/flight.sublime-project @@ -41,7 +41,7 @@ { "name": "Linter - Default", "quiet": true, - "shell_cmd": "composer lint -- --no-ansi", + "shell_cmd": "composer lint -- --no-ansi | composer phpcs -- --no-colors", } ], }