Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Add strict null checking **DRAFT** #25

Draft
wants to merge 15 commits into
base: main-forked
Choose a base branch
from

Conversation

jakewan
Copy link
Collaborator

@jakewan jakewan commented Aug 5, 2022

In addition to adding stricter type checking to avoid unintended use of undefined or null, this change makes it explicitly possible for the caller to pass undefined as the Window dependency. This was already the case to support smoother unit testing, but now it's handled intentionally.

printWidth: 80,
semi: false,
trailingComma: "all",
editorConfig: true,
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Defer basic settings to .editorconfig

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet