Skip to content

Commit

Permalink
Addressing tslint problems.
Browse files Browse the repository at this point in the history
  • Loading branch information
dzearing authored and aleksandrjPersonal committed Mar 9, 2017
1 parent 30fb497 commit 00014aa
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
3 changes: 3 additions & 0 deletions packages/office-ui-fabric-react/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,8 @@ build.task('webpack', build.webpack);
build.task('tslint', build.tslint);
build.task('ts', build.typescript);

// Workaround, tslint seems to be gone.
build.task('default', build.serial(build.defaultTasks, build.tslint));

// initialize tasks.
build.initialize(gulp);
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { css } from '../../../Utilities';
import { BaseButton } from '../BaseButton';
import styles from './CompoundButton.scss';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { css } from '../../../Utilities';
import { BaseButton } from '../BaseButton';
import styles from './DefaultButton.scss';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { css } from '../../../Utilities';
import { BaseButton } from '../BaseButton';
import styles from './PrimaryButton.scss';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ export interface ICheckboxState {
isChecked?: boolean;
}



export class Checkbox extends BaseComponent<ICheckboxProps, ICheckboxState> implements ICheckbox {
public static defaultProps: ICheckboxProps = {
};
Expand Down

0 comments on commit 00014aa

Please sign in to comment.