We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
config
typescript-eslimt has a config helper that will handle typing the config instead of having to specify it by yourself, see https://typescript-eslint.io/getting-started#step-2-configuration
This can be nicer that using a @type comment.
@type
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion. We're not a fan of the config helper, so we don't want to encourage its use here.
Sorry, something went wrong.
A matter of taste I suppose. As you wish. 👍
No branches or pull requests
typescript-eslimt has a
config
helper that will handle typing the config instead of having to specify it by yourself, see https://typescript-eslint.io/getting-started#step-2-configurationThis can be nicer that using a
@type
comment.The text was updated successfully, but these errors were encountered: