Skip to content

Commit

Permalink
fix(command): do not remove new line on eslint fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed May 8, 2022
1 parent d35b7b3 commit 31847da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down
1 change: 0 additions & 1 deletion src/Commands/Eslint/Fix.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ export class MakeFix extends Command {
if (!options.quiet) {
this.simpleLog(
`[ LINTING ${options.resource.toUpperCase()} ]\n`,
'rmNewLineStart',
'bold',
'green',
)
Expand Down

0 comments on commit 31847da

Please sign in to comment.