[Project] JS code formatting 84/202884/7
authorArkadiusz Pietraszek <a.pietraszek@partner.samsung.com>
Wed, 3 Apr 2019 11:09:04 +0000 (13:09 +0200)
committerPiotr Kosko/Native/Web API (PLT) /SRPOL/Professional/삼성전자 <p.kosko@samsung.com>
Thu, 2 May 2019 10:11:16 +0000 (12:11 +0200)
commit152d96dfee90000038a9327d5445190feca1b707
tree860c4d8135144fda1422f0100e0762c968fa89bd
parentb7e9feeb078c810f999051bfd3abdc563ee9973a
[Project] JS code formatting

All project *.js files were formatted with eslint tool, to eliminate CodingRule_Auto negative marks.
Additionally Prettier tool was used for unified line breaking rules.
In few cases, the tool did not break line for very long object definitions e.g.
HumanActivityRecorderPressureData.prototype.constructor = HumanActivityRecorderPressureData;

in such cases, line was broken manually and flag // prettier-ignore was added to ignore next node.

Change-Id: I537435c652abad22364421fc4c5ebddd411defbf
62 files changed:
src/account/account_api.js
src/alarm/alarm_api.js
src/application/application_api.js
src/archive/archive_api.js
src/badge/badge_api.js
src/bluetooth/bluetooth_api.js
src/bookmark/bookmark_api.js
src/calendar/js/calendar.js
src/calendar/js/calendar_alarm.js
src/calendar/js/calendar_attendee.js
src/calendar/js/calendar_item.js
src/calendar/js/calendar_manager.js
src/calendar/js/calendar_recurrence_rule.js
src/calendar/js/common.js
src/callhistory/callhistory_api.js
src/contact/js/address_book.js
src/contact/js/common.js
src/contact/js/contact.js
src/contact/js/contact_data_structures.js
src/contact/js/contact_manager.js
src/contact/js/person.js
src/content/js/common.js
src/content/js/datatypes.js
src/content/js/manager.js
src/content/js/playlist.js
src/datacontrol/datacontrol_api.js
src/download/download_api.js
src/exif/exif_api.js
src/feedback/feedback_api.js
src/filesystem/js/base64.js
src/filesystem/js/common.js
src/filesystem/js/file.js
src/filesystem/js/file_stream.js
src/filesystem/js/file_system_manager.js
src/humanactivitymonitor/humanactivitymonitor_api.js
src/inputdevice/inputdevice_api.js
src/iotcon/iotcon_api.js
src/keymanager/keymanager_api.js
src/mediacontroller/mediacontroller_api.js
src/mediakey/mediakey_api.js
src/messageport/messageport_api.js
src/messaging/messaging_api.js
src/networkbearerselection/networkbearerselection_api.js
src/nfc/nfc_api.js
src/notification/notification_api.js
src/package/package_api.js
src/playerutil/playerutil_api.js
src/power/power_api.js
src/preference/preference_api.js
src/push/push_api.js
src/radio/radio_api.js
src/secureelement/secureelement_api.js
src/sensor/sensor_api.js
src/sound/sound_api.js
src/systeminfo/systeminfo_api.js
src/systemsetting/systemsetting_api.js
src/time/time_api.js
src/tizen/tizen_api.js
src/tvinputdevice/tvinputdevice_api.js
src/utils/utils_api.js
src/websetting/websetting_api.js
src/widgetservice/widgetservice_api.js