mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 17:13:49 -07:00
Fixed eslint errors and re-enabled build.sh check (#150)
* Fixed eslint errors and re-enabled build.sh check * Corrected typo * Corrected typo * Disabled max-params on files with warnings * Fixes for PR comments * Fixes for PR comments * Fixes for PR comments * Fixes for PR comments * Fixes for PR comments * Fixes for PR comments
This commit is contained in:
parent
8116e66d52
commit
9d00a17ade
51 changed files with 84 additions and 103 deletions
|
@ -54,7 +54,7 @@ function createMapStateToProps() {
|
|||
|
||||
const languages = _.map(languageProfilesSchema.languages, 'language');
|
||||
const qualities = getQualities(qualityProfileSchema.items);
|
||||
|
||||
|
||||
return {
|
||||
items,
|
||||
artistType: artist.artistType,
|
||||
|
|
|
@ -2,7 +2,6 @@ import PropTypes from 'prop-types';
|
|||
import React from 'react';
|
||||
import padNumber from 'Utilities/Number/padNumber';
|
||||
import Label from 'Components/Label';
|
||||
import RelativeDateCellConnector from 'Components/Table/Cells/RelativeDateCellConnector';
|
||||
import TableRow from 'Components/Table/TableRow';
|
||||
import TableRowCell from 'Components/Table/Cells/TableRowCell';
|
||||
import TableSelectCell from 'Components/Table/Cells/TableSelectCell';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue