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:
parent
68e0efffb8
commit
32508ef07a
5 changed files with 36 additions and 35 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue