1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +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,9 +1,10 @@
import { savePercent, retrievePercent } from '../../_global/js/tools';
import { toggleSaveLinkForm } from './uiTools';
const $ = global.jquery = require('jquery');
require('jquery.cookie');
require('jquery-ui-browserify');
const annotator = require('annotator');
import { savePercent, retrievePercent } from '../../_global/js/tools.js';
import { toggleSaveLinkForm } from './uiTools.js';
$.fn.ready(() => {

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