Add eslint & stylelint tests (fix a few things) and move dependencies to dev

This commit is contained in:
Thomas Citharel
2016-10-04 12:14:28 +02:00
parent f440e28281
commit 9f7d154e34
14 changed files with 96 additions and 82 deletions

View File

@ -3,7 +3,6 @@ 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';