Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ Userscripts currently supports the following api methods. All methods are asynch
>
> For the current version of the App Store:
> https://github.com/quoid/userscripts/tree/release/4.x.x#api
>
>
> For the v4.5.x and earlier versions:
> https://github.com/quoid/userscripts/tree/v4.5.4#api

Expand Down
4 changes: 2 additions & 2 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ export default [
/**
* @see {@link https://github.com/sveltejs/eslint-plugin-svelte}
*/
...eslintPluginSvelte.configs["flat/recommended"],
...eslintPluginSvelte.configs["flat/prettier"],
...eslintPluginSvelte.configs.recommended,
...eslintPluginSvelte.configs.prettier,

/**
* @see {@link https://github.com/prettier/eslint-config-prettier}
Expand Down
Loading