1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-22 17:18:37 +00:00

avoid eslint warning by disabling line

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2016-11-03 14:23:09 +01:00
parent 68e0efffb8
commit 32508ef07a
No known key found for this signature in database
GPG key ID: 5780691F5FE48FB5
5 changed files with 36 additions and 35 deletions

View file

@ -1,6 +1,7 @@
const $ = require('jquery');
import jrQrcode from 'jr-qrcode';
/* Allows inline call qr-code call */
import jrQrcode from 'jr-qrcode'; // eslint-disable-line
function supportsLocalStorage() {
try {