Skip to content

lintRule error #3284

Dec 18, 2024 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

Got it. Just in case, there is an ignore possibility in the identical pattern rule.

You can fix your issue by exporting the lint rule with a default export.

-export const messageLintRule: MessageLintRule = {}
+const messageLintRule: MessageLintRule = {}

+export default messageLintRule

I'll update the docs!

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@matteo-cristino
Comment options

@samuelstroschein
Comment options

Answer selected by samuelstroschein
@matteo-cristino
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants