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

Should ignore declare module #41

Closed
andreialecu opened this issue Mar 14, 2021 · 1 comment
Closed

Should ignore declare module #41

andreialecu opened this issue Mar 14, 2021 · 1 comment

Comments

@andreialecu
Copy link

It seems the plugin currently flags this as an error:

declare module 'country-emoji' {
  export function flag(code: string): string;
}
module "country-emoji"
disallow literal stringeslint(i18next/no-literal-string)
@edvardchen
Copy link
Owner

U R right. Let me fix

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

No branches or pull requests

2 participants