mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-30 05:23:40 +00:00
Don't abide extra else
This commit is contained in:
parent
c11c025910
commit
0d1de8b07f
2 changed files with 2 additions and 2 deletions
|
|
@ -89,7 +89,7 @@
|
|||
"no-dupe-keys": "error",
|
||||
"no-duplicate-case": "error",
|
||||
"no-duplicate-imports": "error",
|
||||
"no-else-return": "warn",
|
||||
"no-else-return": "error",
|
||||
"no-empty-character-class": "error",
|
||||
"no-eval": "error",
|
||||
"no-ex-assign": "error",
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ import {
|
|||
baseImageAttributeFromObject,
|
||||
unimplementedWarning,
|
||||
} from "../utils";
|
||||
import { ModernStore, XmlNode } from "../types";
|
||||
import { XmlNode } from "../types";
|
||||
|
||||
type TargetParams = {
|
||||
alpha?: number;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue