mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
Disable silly lint rule (#1328)
This commit is contained in:
parent
8fa7701b47
commit
d687f4b06c
2 changed files with 0 additions and 2 deletions
|
|
@ -82,7 +82,6 @@
|
|||
"prefer-spread": "error",
|
||||
"prefer-template": "warn",
|
||||
"radix": "error",
|
||||
"no-return-await": "error",
|
||||
"use-isnan": "error",
|
||||
"valid-typeof": "error",
|
||||
"@typescript-eslint/no-unused-vars": [
|
||||
|
|
|
|||
|
|
@ -42,7 +42,6 @@ export async function getPlaylist(
|
|||
}
|
||||
);
|
||||
|
||||
// eslint-disable-next-line no-return-await
|
||||
return await result.json();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue