Fix linting problems
This commit is contained in:
parent
de932501c5
commit
7d028fdebd
10 changed files with 52 additions and 46 deletions
src/lib/js
|
@ -1,3 +1,3 @@
|
|||
import $ from "jquery";
|
||||
import jQuery from "jquery";
|
||||
|
||||
$(document).ready(() => $("html").removeClass("no-js"));
|
||||
jQuery(($) => $("html").removeClass("no-js"));
|
||||
|
|
Reference in a new issue