Skip to content

Commit 8950a19

Browse files
authored
Merge pull request #786 from quoid/update-dependencies
build: update dependencies
2 parents b3ce7e0 + b0e2f73 commit 8950a19

File tree

14 files changed

+661
-578
lines changed

14 files changed

+661
-578
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ Userscripts currently supports the following api methods. All methods are asynch
204204
>
205205
> For the current version of the App Store:
206206
> https://github.com/quoid/userscripts/tree/release/4.x.x#api
207-
>
207+
>
208208
> For the v4.5.x and earlier versions:
209209
> https://github.com/quoid/userscripts/tree/v4.5.4#api
210210

eslint.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ export default [
2222
/**
2323
* @see {@link https://github.com/sveltejs/eslint-plugin-svelte}
2424
*/
25-
...eslintPluginSvelte.configs["flat/recommended"],
26-
...eslintPluginSvelte.configs["flat/prettier"],
25+
...eslintPluginSvelte.configs.recommended,
26+
...eslintPluginSvelte.configs.prettier,
2727

2828
/**
2929
* @see {@link https://github.com/prettier/eslint-config-prettier}

0 commit comments

Comments
 (0)