Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
WIP: Fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
acdvorak committed Feb 9, 2019
1 parent b9e2f69 commit 532cb43
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/mdc-floating-label/foundation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
* THE SOFTWARE.
*/

import {SpecificEventListener} from '@material/base/index';
import {MDCFoundation} from '@material/base/foundation';
import {SpecificEventListener} from '@material/base/index';
import {MDCFloatingLabelAdapter} from './adapter';
import {cssClasses} from './constants';

Expand Down
2 changes: 1 addition & 1 deletion packages/mdc-line-ripple/foundation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
* THE SOFTWARE.
*/

import {SpecificEventListener} from '@material/base/index';
import {MDCFoundation} from '@material/base/foundation';
import {SpecificEventListener} from '@material/base/index';
import {MDCLineRippleAdapter} from './adapter';
import {cssClasses} from './constants';

Expand Down
2 changes: 1 addition & 1 deletion packages/mdc-snackbar/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
* THE SOFTWARE.
*/

import {SpecificEventListener} from '@material/base/index';
import {MDCComponent} from '@material/base/component';
import {SpecificEventListener} from '@material/base/index';
import {ponyfill} from '@material/dom/index';
import {strings} from './constants';
import {MDCSnackbarFoundation} from './foundation';
Expand Down
2 changes: 1 addition & 1 deletion packages/mdc-switch/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
*/

import {MDCComponent} from '@material/base/component';
import {EventType} from '@material/base/index';
import {ponyfill} from '@material/dom/index';
import {MDCRipple, MDCRippleFoundation, RippleCapableSurface} from '@material/ripple/index';
import {MDCSelectionControl} from '@material/selection-control/index';
import {MDCSwitchFoundation} from './foundation';
import {EventType} from '@material/base/index';

/**
* An implementation of the switch component defined by the Material Design spec.
Expand Down

0 comments on commit 532cb43

Please sign in to comment.