Skip to content

Commit 69c144c

Browse files
authored
Merge pull request #1617 from nubolab-ffwd/renovate/eslint-plugin-svelte-3.x
chore(deps): update dependency eslint-plugin-svelte to v3.11.0
2 parents 001f8f8 + 7e9393d commit 69c144c

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
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);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@eslint/js": "9.32.0",
1919
"eslint": "9.32.0",
2020
"eslint-config-prettier": "10.1.8",
21-
"eslint-plugin-svelte": "3.9.3",
21+
"eslint-plugin-svelte": "3.11.0",
2222
"globals": "16.3.0",
2323
"husky": "9.1.7",
2424
"lint-staged": "16.1.4",

pnpm-lock.yaml

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)