Skip to content
This repository was archived by the owner on Apr 16, 2022. It is now read-only.

Commit 0f89bfd

Browse files
committed
style: format with Prettier
1 parent 11ee729 commit 0f89bfd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

workbox-config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
module.exports = {
22
globDirectory: "site/",
3-
globPatterns: [
4-
"**/*.{html,png,js,css,json,xml}",
5-
],
3+
globPatterns: ["**/*.{html,png,js,css,json,xml}"],
64
swDest: "site/sw.js",
75
};

0 commit comments

Comments
 (0)