Skip to content

Commit 7e9393d

Browse files
committed
chore: silence eslint error false positive
1 parent d3502d0 commit 7e9393d

File tree

1 file changed

+1
-0
lines changed
  • examples/src/tutorial/interpolation-custom-functions

1 file changed

+1
-0
lines changed

examples/src/tutorial/interpolation-custom-functions/App.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
}
1313
1414
if (arg instanceof FluentNumber) {
15+
// eslint-disable-next-line svelte/prefer-svelte-reactivity
1516
const date = new Date(Date.now());
1617
const offset = arg.valueOf() - date.getDay();
1718
date.setDate(date.getDate() + offset);

0 commit comments

Comments
 (0)