Fix Indent Issues (Update Eslint/Stylelint)

This commit is contained in:
Qstick
2020-03-01 23:07:14 -05:00
parent 5a5e896eb4
commit 3576f529ec
12 changed files with 1105 additions and 1516 deletions

View File

@@ -186,7 +186,7 @@ class EditQualityProfileModalContent extends Component {
upgradeAllowed.value &&
<FormGroup size={sizes.EXTRA_SMALL}>
<FormLabel size={sizes.SMALL}>
Upgrade Until Quality
Upgrade Until Quality
</FormLabel>
<FormInputGroup
@@ -221,7 +221,7 @@ class EditQualityProfileModalContent extends Component {
upgradeAllowed.value && formatItems.value.length > 0 &&
<FormGroup size={sizes.EXTRA_SMALL}>
<FormLabel size={sizes.SMALL}>
Upgrade Until Custom Format Score
Upgrade Until Custom Format Score
</FormLabel>
<FormInputGroup
@@ -236,7 +236,7 @@ class EditQualityProfileModalContent extends Component {
<FormGroup size={sizes.EXTRA_SMALL}>
<FormLabel size={sizes.SMALL}>
Language
Language
</FormLabel>
<FormInputGroup

View File

@@ -167,7 +167,7 @@ function TagDetailsModalContent(props) {
isDisabled={isTagUsed}
onPress={onDeleteTagPress}
>
Delete
Delete
</Button>
}