mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-14 15:00:01 -04:00
lint fixes
This commit is contained in:
parent
8ff087efb2
commit
c3ccd8f238
12 changed files with 41 additions and 44 deletions
|
@ -138,7 +138,8 @@ export const htmlRules: {
|
|||
// because they can't be fetch'd
|
||||
return unrewriteBlob(value);
|
||||
}
|
||||
return rewriteUrl(value, meta);
|
||||
|
||||
return rewriteUrl(value, meta);
|
||||
},
|
||||
src: ["video", "audio"],
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue