From 8630dd761719228cf7e50d0b57c8c486ade7df3b Mon Sep 17 00:00:00 2001 From: Adhidarma Hadiwinoto <adhisimon@gmail.com> Date: Tue, 22 Feb 2022 10:36:40 +0700 Subject: [PATCH] ESLINT default-commands --- lib/default-command.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/default-command.js b/lib/default-command.js index 0898846..1f923b2 100644 --- a/lib/default-command.js +++ b/lib/default-command.js @@ -122,11 +122,11 @@ module.exports = { ], _maintenanceactivate: [ 'activatemaintenance', - 'maintenanceactivate' + 'maintenanceactivate', ], _maintenancedeactivate: [ 'deactivatemaintenance', - 'maintenancedeactivate' + 'maintenancedeactivate', ], price: [ 'cekharga', @@ -220,7 +220,7 @@ module.exports = { 'bonustemp', 'bonustemporary', 'tempbonus', - 'temporarybonus' + 'temporarybonus', ], claimbonus: [ 'ambilbonus', @@ -258,11 +258,11 @@ module.exports = { 'pay', ], _setmarkup: [ - 'markup' + 'markup', ], _news: [ 'berita', 'news', 'promo', - ] -} + ], +}; -- 1.9.0