Skip to content

Commit

Permalink
Fix linting warning
Browse files Browse the repository at this point in the history
  • Loading branch information
BPScott committed Aug 28, 2019
1 parent 1779f92 commit e3de313
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ Use [the changelog guidelines](https://git.io/polaris-changelog-guidelines) to f

### Development workflow

- Update subcomponents to use named exports for components and better names props exports ([#2058](https://github.com/Shopify/polaris-react/pull/2058))

### Dependency upgrades

### Code quality
Expand Down
2 changes: 2 additions & 0 deletions src/components/ResourceList/ResourceList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import {
BulkActions,
BulkActionsProps,
CheckableButton,
// eslint-disable-next-line import/no-deprecated
FilterControl,
} from './components';

Expand Down Expand Up @@ -88,6 +89,7 @@ type CombinedProps = Props & WithAppProviderProps;

class ResourceList extends React.Component<CombinedProps, State> {
static Item = ResourceItem;
// eslint-disable-next-line import/no-deprecated
static FilterControl = FilterControl;

private defaultResourceName: {singular: string; plural: string};
Expand Down

0 comments on commit e3de313

Please sign in to comment.