shaily / fedora-hubs

Forked from fedora-hubs 6 years ago
Clone

0fc58ce Lint the Javascript

Authored and Committed by abompard 6 years ago
58 files changed. 129 lines added. 164 lines removed.
hubs/static/client/.eslintrc.json
file modified
+3 -13
hubs/static/client/app/components/AddWidget/WidgetSelectDialog.js
file modified
+0 -1
hubs/static/client/app/components/AddWidget/index.js
file modified
+0 -1
hubs/static/client/app/components/AllGroupsPage.js
file modified
+1 -5
hubs/static/client/app/components/CobWeb/index.js
file modified
+4 -1
hubs/static/client/app/components/CompletionInput.js
file modified
+1 -1
hubs/static/client/app/components/HubCommunity.js
file modified
+2 -2
hubs/static/client/app/components/HubConfig/HubConfig.css
file modified
+2 -0
hubs/static/client/app/components/HubConfig/HubConfigDialog.js
file modified
+2 -4
hubs/static/client/app/components/HubConfig/HubConfigPanelGeneral.js
file modified
+2 -2
hubs/static/client/app/components/HubConfig/HubConfigPanelUser.js
file modified
+11 -12
hubs/static/client/app/components/HubConfig/index.js
file modified
+10 -11
hubs/static/client/app/components/HubHeader/HubAvatar.js
file modified
+1 -1
hubs/static/client/app/components/HubHeader/HubStats.js
file modified
+0 -8
hubs/static/client/app/components/HubHeader/StreamHeaderLeft.js
file modified
+0 -1
hubs/static/client/app/components/HubHeader/StreamHeaderRight.js
file modified
+0 -1
hubs/static/client/app/components/HubHeader/index.js
file modified
+2 -3
hubs/static/client/app/components/HubPage.js
file modified
+0 -5
hubs/static/client/app/components/NotifIcon.js
file modified
+2 -2
hubs/static/client/app/components/PageStructure.js
file modified
+0 -1
hubs/static/client/app/components/SSESource.js
file modified
+1 -1
hubs/static/client/app/components/SimpleWidget.js
file modified
+4 -5
hubs/static/client/app/components/Spinner/index.js
file modified
+1 -1
hubs/static/client/app/components/StreamPage.js
file modified
+0 -5
hubs/static/client/app/components/Tab.js
file modified
+3 -3
hubs/static/client/app/components/WidgetChrome.js
file modified
+6 -6
hubs/static/client/app/components/feed/Feed.js
file modified
+1 -1
hubs/static/client/app/components/feed/ItemsGetter.js
file modified
+5 -1
hubs/static/client/app/components/feed/Panel.js
file modified
+1 -1
hubs/static/client/app/components/feed/__tests__/Feed.test.js
file modified
+1 -4
hubs/static/client/app/components/feed/__tests__/Panel.test.js
file modified
+2 -9
hubs/static/client/app/core/Pages.js
file modified
+0 -1
hubs/static/client/app/core/actions/hub.js
file modified
+2 -0
hubs/static/client/app/core/actions/sse.js
file modified
+2 -0
hubs/static/client/app/core/reducers/index.js
file modified
+0 -1
hubs/static/client/app/core/reducers/user.js
file modified
+0 -3
hubs/static/client/app/core/reducers/widget.js
file modified
+0 -1
hubs/static/client/app/core/reducers/widgets.js
file modified
+3 -3
hubs/static/client/app/core/utils.js
file modified
+2 -0
hubs/static/client/app/index.js
file modified
+7 -6
hubs/static/client/app/widgets/feed/StreamFeed.js
file modified
+2 -7
hubs/static/client/app/widgets/halp/ModalAllRequests.js
file modified
+1 -1
hubs/static/client/app/widgets/halp/ModalRequest.js
file modified
+1 -1
hubs/static/client/app/widgets/halp/Request.js
file modified
+1 -1
hubs/static/client/app/widgets/halp/RequestList.js
file modified
+0 -1
hubs/static/client/app/widgets/halp/Widget.js
file modified
+2 -2
hubs/static/client/app/widgets/halp/__tests__/RequestList.test.js
file modified
+0 -1
hubs/static/client/app/widgets/halp/getRequestView.js
file modified
+1 -1
hubs/static/client/app/widgets/irc/ChatClient.js
file modified
+1 -1
hubs/static/client/app/widgets/issues/Footer.js
file modified
+18 -3
hubs/static/client/app/widgets/issues/Issue.js
file modified
+6 -1
hubs/static/client/app/widgets/library/AddLinkDialog.js
file modified
+0 -1
hubs/static/client/app/widgets/library/EditLinkDialog.js
file modified
+0 -1
hubs/static/client/app/widgets/library/EditLinkForm.js
file modified
+0 -1
hubs/static/client/app/widgets/library/Link.js
file modified
+10 -13
hubs/static/client/app/widgets/library/SelectLinkForm.js
file modified
+0 -1
hubs/static/client/package.json
file modified
+1 -0
hubs/templates/master.html
file modified
+1 -0
    Lint the Javascript
    
        
file modified
+1 -0