forked from wallabag/wallabag
avoid eslint warning by disabling line
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user