1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

use airbnb base rules and update eslint

This commit is contained in:
Thomas Citharel 2016-10-04 15:30:05 +02:00
parent f733d8aaa3
commit 6cb364a2c1
No known key found for this signature in database
GPG key ID: 5780691F5FE48FB5
8 changed files with 21 additions and 11 deletions

View file

@ -1,8 +1,10 @@
import { savePercent, retrievePercent, initFilters, initExport } from '../../_global/js/tools';
const $ = require('jquery');
global.jQuery = $;
require('materialize'); // eslint-disable-line
const annotator = require('annotator');
import { savePercent, retrievePercent, initFilters, initExport } from '../../_global/js/tools.js';
$(document).ready(() => {
// sideNav