Skip to content

Commit aa2b5ac

Browse files
committed
chore: update deps
1 parent 283b96c commit aa2b5ac

15 files changed

+2886
-1853
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,13 @@ type sources =
8282
tag: string,
8383
attribute: string,
8484
attributes: string,
85-
resourcePath: string
85+
resourcePath: string,
8686
) => boolean;
8787
}>;
8888
urlFilter?: (
8989
attribute: string,
9090
value: string,
91-
resourcePath: string
91+
resourcePath: string,
9292
) => boolean;
9393
scriptingEnabled?: boolean;
9494
};
@@ -210,7 +210,7 @@ type list = Array<{
210210
tag: string,
211211
attribute: string,
212212
attributes: string,
213-
resourcePath: string
213+
resourcePath: string,
214214
) => boolean;
215215
}>;
216216
```
@@ -411,7 +411,7 @@ Type:
411411
type urlFilter = (
412412
attribute: string,
413413
value: string,
414-
resourcePath: string
414+
resourcePath: string,
415415
) => boolean;
416416
```
417417

@@ -492,7 +492,7 @@ Type:
492492
```ts
493493
type preprocessor = (
494494
content: string | Buffer,
495-
loaderContext: LoaderContext
495+
loaderContext: LoaderContext,
496496
) => HTMLElement;
497497
```
498498

@@ -876,7 +876,7 @@ a {
876876
**file.html**
877877

878878
```html
879-
<!DOCTYPE html>
879+
<!doctype html>
880880
<html>
881881
<head>
882882
<meta charset="UTF-8" />

0 commit comments

Comments
 (0)