Commit 8630dd761719228cf7e50d0b57c8c486ade7df3b

Authored by Adhidarma Hadiwinoto
1 parent 4c973ecec0
Exists in master

ESLINT default-commands

Showing 1 changed file with 6 additions and 6 deletions Side-by-side Diff

lib/default-command.js
... ... @@ -122,11 +122,11 @@ module.exports = {
122 122 ],
123 123 _maintenanceactivate: [
124 124 'activatemaintenance',
125   - 'maintenanceactivate'
  125 + 'maintenanceactivate',
126 126 ],
127 127 _maintenancedeactivate: [
128 128 'deactivatemaintenance',
129   - 'maintenancedeactivate'
  129 + 'maintenancedeactivate',
130 130 ],
131 131 price: [
132 132 'cekharga',
... ... @@ -220,7 +220,7 @@ module.exports = {
220 220 'bonustemp',
221 221 'bonustemporary',
222 222 'tempbonus',
223   - 'temporarybonus'
  223 + 'temporarybonus',
224 224 ],
225 225 claimbonus: [
226 226 'ambilbonus',
... ... @@ -258,11 +258,11 @@ module.exports = {
258 258 'pay',
259 259 ],
260 260 _setmarkup: [
261   - 'markup'
  261 + 'markup',
262 262 ],
263 263 _news: [
264 264 'berita',
265 265 'news',
266 266 'promo',
267   - ]
268   -}
  267 + ],
  268 +};