Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: Enable strict mode in remaining packages #1372

Closed
wants to merge 34 commits into from

Conversation

antross
Copy link
Member

@antross antross commented Oct 5, 2018

Pull request checklist

Make sure you:

For non-trivial changes, please make sure you also:

  • Added/Updated related documentation.
  • Added/Updated related tests.

Short description of the change(s)

Refs #576 and covers packages not included in #1371.

@antross antross requested a review from sarvaje as a code owner October 5, 2018 15:43
@@ -85,7 +86,7 @@ export default class HtmlCheckerHint implements IHint {
lastLine: number;
hiliteStart: number;
message: string;
subType: string;
subType: keyof typeof Severity;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what does keyof typeof do in TypeScript?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@antross
Copy link
Member Author

antross commented Oct 8, 2018

Closing in favor of #1382.

@antross antross closed this Oct 8, 2018
@antross antross deleted the remaining-strict-mode branch October 14, 2018 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants