Skip to content

Commit 11d0379

Browse files
committed
Test lint-staged husky combo
1 parent 54568ac commit 11d0379

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.husky/pre-commit

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
cd ./server && npx lint-staged
1+
cd ./server && npx lint-staged
2+
cd ./../client && npx lint-staged

client/src/app/guards/is-logged-out.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {
66
RouterStateSnapshot,
77
} from '@angular/router';
88
import { Observable } from 'rxjs';
9-
import { map, max } from 'rxjs/operators';
9+
import { map } from 'rxjs/operators';
1010
import { select, Store } from '@ngrx/store';
1111
import { AppState } from '../ngrx/reducers';
1212
import { selectIsLoggedOut } from '../ngrx/selectors/auth.selectors';

0 commit comments

Comments
 (0)