]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/baggy/js/init.js
use airbnb base rules and update eslint
[github/wallabag/wallabag.git] / app / Resources / static / themes / baggy / js / init.js
index 8da9a859bf88831a80cce8c4a55072318ed68e12..dc11043a73626f4d43dcb13dcb3fbe6978e608bf 100755 (executable)
@@ -1,10 +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 { split, extractLast } from './autoCompleteTags.js';
-import { toggleSaveLinkForm } from './uiTools.js';
 
 
 $.fn.ready(() => {