mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-01 17:38:38 +00:00
Update to ESLint 8
And run it: - `yarn eslint app/**/*.js --fix` - `yarn eslint web/**/*.js --fix`
This commit is contained in:
parent
c32d136cd2
commit
01609f8514
10 changed files with 287 additions and 157 deletions
|
@ -1,5 +1,4 @@
|
|||
top['bookmarklet-url@wallabag.org'] =
|
||||
'<!DOCTYPE html><html><head><title>bag it!</title>' +
|
||||
'<link rel="icon" href="tpl/img/favicon.ico" />' +
|
||||
'</head><body><script>window.onload=function(){window.setTimeout' +
|
||||
'(function(){history.back();},250);};</script></body></html>';
|
||||
top['bookmarklet-url@wallabag.org'] = '<!DOCTYPE html><html><head><title>bag it!</title>'
|
||||
+ '<link rel="icon" href="tpl/img/favicon.ico" />'
|
||||
+ '</head><body><script>window.onload=function(){window.setTimeout'
|
||||
+ '(function(){history.back();},250);};</script></body></html>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue