mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 11:01:04 +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 {
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue