mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-18 21:35:27 -04:00
Upgrade linter packages
This commit is contained in:
@@ -176,7 +176,7 @@ class AutoSuggestInput extends Component {
|
||||
className: classNames(
|
||||
className,
|
||||
hasError && styles.hasError,
|
||||
hasWarning && styles.hasWarning,
|
||||
hasWarning && styles.hasWarning
|
||||
),
|
||||
name,
|
||||
value,
|
||||
|
||||
@@ -226,7 +226,7 @@ class TagInput extends Component {
|
||||
className={styles.internalInput}
|
||||
inputContainerClassName={classNames(
|
||||
inputContainerClassName,
|
||||
isFocused && styles.isFocused,
|
||||
isFocused && styles.isFocused
|
||||
)}
|
||||
value={value}
|
||||
suggestions={suggestions}
|
||||
|
||||
@@ -62,7 +62,7 @@ class RemotePathMapping extends Component {
|
||||
return (
|
||||
<div
|
||||
className={classNames(
|
||||
styles.remotePathMapping,
|
||||
styles.remotePathMapping
|
||||
)}
|
||||
>
|
||||
<div className={styles.host}>{host}</div>
|
||||
|
||||
@@ -96,7 +96,7 @@ class DelayProfile extends Component {
|
||||
<div
|
||||
className={classNames(
|
||||
styles.delayProfile,
|
||||
isDragging && styles.isDragging,
|
||||
isDragging && styles.isDragging
|
||||
)}
|
||||
>
|
||||
<div className={styles.column}>{preferred}</div>
|
||||
|
||||
@@ -35,7 +35,7 @@ class LanguageProfileItem extends Component {
|
||||
<div
|
||||
className={classNames(
|
||||
styles.languageProfileItem,
|
||||
isDragging && styles.isDragging,
|
||||
isDragging && styles.isDragging
|
||||
)}
|
||||
>
|
||||
<label
|
||||
|
||||
@@ -67,7 +67,7 @@ class QualityProfileItemGroup extends Component {
|
||||
className={classNames(
|
||||
styles.qualityProfileItemGroup,
|
||||
editGroups && styles.editGroups,
|
||||
isDragging && styles.isDragging,
|
||||
isDragging && styles.isDragging
|
||||
)}
|
||||
>
|
||||
<div className={styles.qualityProfileItemGroupInfo}>
|
||||
|
||||
Reference in New Issue
Block a user