From 31847da7b45faebd7028182e13174db357f79449 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Lenon?= Date: Sun, 8 May 2022 13:56:12 -0300 Subject: [PATCH] fix(command): do not remove new line on eslint fix command --- package.json | 2 +- src/Commands/Eslint/Fix.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 44ee921..f61a8fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@athenna/artisan", - "version": "1.1.5", + "version": "1.1.6", "description": "The Athenna CLI application. Built on top of commander.", "license": "MIT", "author": "João Lenon ", diff --git a/src/Commands/Eslint/Fix.js b/src/Commands/Eslint/Fix.js index 9dc3cb7..b84f627 100644 --- a/src/Commands/Eslint/Fix.js +++ b/src/Commands/Eslint/Fix.js @@ -49,7 +49,6 @@ export class MakeFix extends Command { if (!options.quiet) { this.simpleLog( `[ LINTING ${options.resource.toUpperCase()} ]\n`, - 'rmNewLineStart', 'bold', 'green', )