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

Support typed configuration #3106

Closed
jasonkuhrt opened this issue Feb 24, 2021 · 1 comment
Closed

Support typed configuration #3106

jasonkuhrt opened this issue Feb 24, 2021 · 1 comment
Labels
package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin triage Waiting for maintainers to take a look

Comments

@jasonkuhrt
Copy link

It seems that currently there is no support for typed configuration?

image

If a config type were exported then even in a JS file we could access it within the JSDoc.

/**
 *  @type ... 
 */
module.exports = {...}

Something like that, haven't done it before.

@jasonkuhrt jasonkuhrt added package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin triage Waiting for maintainers to take a look labels Feb 24, 2021
@bradzacher
Copy link
Member

#1296

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
package: eslint-plugin Issues related to @typescript-eslint/eslint-plugin triage Waiting for maintainers to take a look
Projects
None yet
Development

No branches or pull requests

2 participants