lint: Run eslint --fix on src/

This commit is contained in:
Richard Hansen 2020-11-23 13:24:19 -05:00 committed by John McLear
parent b8d07a42eb
commit 8e5fd19db2
109 changed files with 9061 additions and 10572 deletions

View file

@ -1,5 +1,4 @@
// Proviedes a require'able version of jQuery without leaking $ and jQuery;
window.$ = require('./jquery');
var jq = window.$.noConflict(true);
const jq = window.$.noConflict(true);
exports.jQuery = exports.$ = jq;