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

fix: add missing default for LintAfterOpen #277

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kaihowl
Copy link

@kaihowl kaihowl commented Mar 29, 2024

The documentation in the schema.json promises a default value of true. Yet, the implementation does not uphold this promise anywhere.

Without this change, documents have so far been linted when lintOnSave was not set / defaulted. 5f95685 was an unintended breaking change.

  • Correct approach?
  • Tests?

The documentation in the schema.json promises a default value of `true`. Yet, the implementation does not uphold this promise anywhere.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant