Skip to content

Commit

Permalink
clean up linting. #280
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Jan 1, 2020
1 parent 228ced6 commit bdc74aa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/deprecation-workflow.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* global window */

window.deprecationWorkflow = window.deprecationWorkflow || {};
window.deprecationWorkflow.config = {
workflow: [
Expand Down
2 changes: 2 additions & 0 deletions dotenv.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* global module */

module.exports = function() {
return {
clientAllowedKeys: [ 'SITE_TITLE',
Expand Down
2 changes: 2 additions & 0 deletions fastboot-server.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* global PhusionPassenger, require */

if (typeof(PhusionPassenger) !== 'undefined') {
PhusionPassenger.configure({ autoInstall: false });
}
Expand Down

0 comments on commit bdc74aa

Please sign in to comment.