Skip to content

Commit

Permalink
chore: disable lint-staged
Browse files Browse the repository at this point in the history
  • Loading branch information
Hung Pham committed May 15, 2023
1 parent 45eb6af commit dbcf6f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
. "$(dirname "$0")/_/husky.sh"

npm run lint-staged
# npm run lint-staged
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ export class FormControlValidatorDirective implements AfterViewInit, OnDestroy {

private _subscriptions = new Subscription();
private _errorRef:
| ComponentRef<BaseValidationMessagesComponent>
| EmbeddedViewRef<any>
| null = null;
| ComponentRef<BaseValidationMessagesComponent>
| EmbeddedViewRef<any>
| null = null;

private _events$ = new Subject<FormEvent>();

Expand Down

0 comments on commit dbcf6f8

Please sign in to comment.