Skip to content

Commit

Permalink
fix linting erros
Browse files Browse the repository at this point in the history
  • Loading branch information
alanna scott committed Jul 27, 2016
1 parent 49cd7d2 commit 1d88a02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions caravel/assets/javascripts/standalone.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const $ = window.$ = require('jquery');
/* eslint no-unused-vars: 0 */
const jQuery = window.jQuery = $;
const px = require('./modules/caravel.js');

Expand Down
1 change: 1 addition & 0 deletions caravel/assets/javascripts/welcome.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const $ = window.$ = require('jquery');
/* eslint no-unused-vars: 0 */
const jQuery = window.jQuery = $;
require('../stylesheets/welcome.css');
require('bootstrap');
Expand Down

0 comments on commit 1d88a02

Please sign in to comment.