Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
[Issue] #273
[Problem] Travis reports lint error
[Solution] Appl correct spacing in file

Signed-off-by: Lukasz Slachciak <l.slachciak@samsung.com>
  • Loading branch information
lmslachciak committed Aug 14, 2019
1 parent cdc9e94 commit 61f049d
Showing 1 changed file with 62 additions and 62 deletions.
124 changes: 62 additions & 62 deletions tau-component-packages/package.js
Original file line number Diff line number Diff line change
@@ -1,64 +1,64 @@
module.exports = {
'name': 'tau-component-packages',
'components': {
'page': 'components/page',
'title': 'components/title',
'header': 'components/header',
'button': 'components/button',
'bottom-button': 'components/bottom-button',
'more-button': 'components/more-button',
'content': 'components/content',
'dimmer': 'components/dimmer',
'slider': 'components/slider',
'checkbox': 'components/checkbox',
'listview': 'components/listview',
'listitem': 'components/listitem',
'progress': 'components/progress',
'radio': 'components/radio',
'toggleswitch': 'components/toggleswitch',
'popup': 'components/popup',
'sectionchanger': 'components/sectionchanger',
'section': 'components/section',
'selector': 'components/selector',
'selectoritem': 'components/selectoritem',
'text': 'components/text',
'popup-content': 'components/popup-content',
'popup-footer': 'components/popup-footer',
'page-indicator': 'components/page-indicator',
'dropdownmenu': 'components/dropdownmenu',
'coverflow': 'components/coverflow',
'i3d': 'components/i3d',
'flipbook': 'components/flipbook',
'graph': 'components/graph',
'listitem-image': 'components/listitem-image',
'tabs': 'components/tabs',
'toggleslider': 'components/toggleslider'
},
'appTemplate': {
'mdf-light-template-m': 'app-templates/mobile/mdf-light-template-m',
'mdf-light-template-w': 'app-templates/wearable/mdf-light-template-w',
'empty-w': 'app-templates/wearable/empty-w',
'basic-w': 'app-templates/wearable/basic-w',
'basic-m': 'app-templates/wearable/basic-m',
'basic-fit': 'app-templates/wearable/basic-fit',
'basic-multi': 'app-templates/wearable/basic-multi',
'call-log-w': 'app-templates/wearable/call-log-w',
'mailbox-w': 'app-templates/wearable/mailbox-w',
'music-player-w': 'app-templates/wearable/music-player-w',
'rich-notification-w': 'app-templates/wearable/rich-notification-w',
'sports-action-w': 'app-templates/wearable/sports-action-w',
'voice-recorder-w': 'app-templates/wearable/voice-recorder-w'
},
'pageTemplate': {
'empty-m': 'page-templates/mobile/page-empty',
'header-m': 'page-templates/mobile/page-header',
'footer-m': 'page-templates/mobile/page-footer',
'header-footer-m': 'page-templates/mobile/page-header-footer',
'empty-w': 'page-templates/wearable/page-empty',
'footer-w': 'page-templates/wearable/page-footer',
'header-w': 'page-templates/wearable/page-header',
'header-footer-w': 'page-templates/wearable/page-header-footer',
'header-list-w': 'page-templates/wearable/page-header-list',
'header-footer-list-w': 'page-templates/wearable/page-header-footer-list'
}
'name': 'tau-component-packages',
'components': {
'page': 'components/page',
'title': 'components/title',
'header': 'components/header',
'button': 'components/button',
'bottom-button': 'components/bottom-button',
'more-button': 'components/more-button',
'content': 'components/content',
'dimmer': 'components/dimmer',
'slider': 'components/slider',
'checkbox': 'components/checkbox',
'listview': 'components/listview',
'listitem': 'components/listitem',
'progress': 'components/progress',
'radio': 'components/radio',
'toggleswitch': 'components/toggleswitch',
'popup': 'components/popup',
'sectionchanger': 'components/sectionchanger',
'section': 'components/section',
'selector': 'components/selector',
'selectoritem': 'components/selectoritem',
'text': 'components/text',
'popup-content': 'components/popup-content',
'popup-footer': 'components/popup-footer',
'page-indicator': 'components/page-indicator',
'dropdownmenu': 'components/dropdownmenu',
'coverflow': 'components/coverflow',
'i3d': 'components/i3d',
'flipbook': 'components/flipbook',
'graph': 'components/graph',
'listitem-image': 'components/listitem-image',
'tabs': 'components/tabs',
'toggleslider': 'components/toggleslider'
},
'appTemplate': {
'mdf-light-template-m': 'app-templates/mobile/mdf-light-template-m',
'mdf-light-template-w': 'app-templates/wearable/mdf-light-template-w',
'empty-w': 'app-templates/wearable/empty-w',
'basic-w': 'app-templates/wearable/basic-w',
'basic-m': 'app-templates/wearable/basic-m',
'basic-fit': 'app-templates/wearable/basic-fit',
'basic-multi': 'app-templates/wearable/basic-multi',
'call-log-w': 'app-templates/wearable/call-log-w',
'mailbox-w': 'app-templates/wearable/mailbox-w',
'music-player-w': 'app-templates/wearable/music-player-w',
'rich-notification-w': 'app-templates/wearable/rich-notification-w',
'sports-action-w': 'app-templates/wearable/sports-action-w',
'voice-recorder-w': 'app-templates/wearable/voice-recorder-w'
},
'pageTemplate': {
'empty-m': 'page-templates/mobile/page-empty',
'header-m': 'page-templates/mobile/page-header',
'footer-m': 'page-templates/mobile/page-footer',
'header-footer-m': 'page-templates/mobile/page-header-footer',
'empty-w': 'page-templates/wearable/page-empty',
'footer-w': 'page-templates/wearable/page-footer',
'header-w': 'page-templates/wearable/page-header',
'header-footer-w': 'page-templates/wearable/page-header-footer',
'header-list-w': 'page-templates/wearable/page-header-list',
'header-footer-list-w': 'page-templates/wearable/page-header-footer-list'
}
};

0 comments on commit 61f049d

Please sign in to comment.