Let linting exit with a nonzero status

This commit is contained in:
courtneypattison
2017-11-29 14:08:11 -08:00
parent b906fb2ef1
commit 7083503ccd
7 changed files with 10 additions and 15 deletions

View File

@@ -10,7 +10,6 @@ import { HeaderComponent } from './header.component';
import { HeaderState } from './header.reducer';
import { HeaderToggleAction } from './header.actions';
let comp: HeaderComponent;
let fixture: ComponentFixture<HeaderComponent>;
let store: Store<HeaderState>;