Skip to content

Commit

Permalink
chore: default enableInvalidLinkDecoration -> false
Browse files Browse the repository at this point in the history
  • Loading branch information
dtkav committed Sep 6, 2024
1 parent c679ab1 commit aaad29c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ export interface FeatureFlags {
}

export const FeatureFlagDefaults: FeatureFlags = {
enableInvalidLinkDecoration: true,
enableInvalidLinkDecoration: false,
enableDiffResolution: false,
};

0 comments on commit aaad29c

Please sign in to comment.