Navigation Menu

Skip to content

Commit

Permalink
Bug 1364894 - eslint --fix for lines-around-directive
Browse files Browse the repository at this point in the history
  • Loading branch information
edmorley committed Oct 3, 2017
1 parent cc94bfd commit b11aecd
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions ui/entry-failureviewer.js
@@ -1,4 +1,5 @@
'use strict';

// Webpack entry point for failurereviewer.html
// Scripts and styles included here are automatically included on the page at build time

Expand Down
1 change: 1 addition & 0 deletions ui/entry-index.js
@@ -1,4 +1,5 @@
'use strict';

// Webpack entry point for index.html
// Scripts and styles included here are automatically included on the page at build time
require('./js/config');
Expand Down
1 change: 1 addition & 0 deletions ui/entry-logviewer.js
@@ -1,4 +1,5 @@
'use strict';

// Webpack entry point for logviewer.html
// Scripts and styles included here are automatically included on the page at build time
require('./js/config');
Expand Down
1 change: 1 addition & 0 deletions ui/entry-perf.js
@@ -1,4 +1,5 @@
'use strict';

// Webpack entry point for perf.html
// Scripts and styles included here are automatically included on the page at build time

Expand Down
1 change: 1 addition & 0 deletions ui/entry-userguide.js
@@ -1,4 +1,5 @@
'use strict';

// Webpack entry point for userguide.html
// Scripts and styles included here are automatically included on the page at build time

Expand Down
1 change: 1 addition & 0 deletions ui/js/cache-templates.js
@@ -1,4 +1,5 @@
'use strict';

// This is a run block which, when used on an angular module, loads all
// of the partials in /ui/partials and /ui/plugins into the Angular
// template cache. This means that ng-includes and templateUrls will not
Expand Down
1 change: 1 addition & 0 deletions ui/js/controllers/settings.js
@@ -1,4 +1,5 @@
"use strict";

treeherderApp.controller('SettingsCtrl',
function SheriffController() {
}
Expand Down

0 comments on commit b11aecd

Please sign in to comment.