Skip to content

Commit 0004371

Browse files
committed
v2.2.0
1 parent c75a069 commit 0004371

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,6 @@ All commands are run from the root of the project, from a terminal:
148148
- 2.0.1: Updated screenshots, and improved landing page.
149149
- 2.1.0: updated to latest packages, fixed dev links, backported features from
150150
personal blog, including Next/Prev links, photo gallery support in Markdown,
151-
and improved pagination control.
151+
and improved pagination control.
152+
- 2.2.0: Fixed lint errors, reimplemented map, lightbox and carousel to use
153+
leaflet, photoswipe and swiper packages instead of relying on external CDN.

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"forceConsistentCasingInFileNames": true,
1717
// Properly support importing CJS modules in ESM
1818
"esModuleInterop": true,
19-
"noUnusedLocals": false,
20-
"noUnusedParameters": false,
19+
// "noUnusedLocals": false,
20+
// "noUnusedParameters": false,
2121
"strict": true,
2222
// Error when a value import is only used as a type.
2323
"importsNotUsedAsValues": "error",

0 commit comments

Comments
 (0)