-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Change Request: Correct types for configs
#52
Labels
Comments
burtek
changed the title
Change Request: (fill in)
Change Request: Correct types for Nov 8, 2024
configs
1 task
@fasttime btw, same probably needs to be done in eslint/markdown repo (https://github.com/eslint/markdown/blob/main/src/index.js), but I'm not using it so just mentioning it |
@burtek yes, we should fix also eslint/markdown and eslint/css. I'll take care of that. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
ESLint version: 9.14.0
@eslint/json version: 0.6.0
Node version: 20.9.0
npm version: 10.1.0
Operating System: LMDE 6, kernel 6.1.0-26-amd64
What problem do you want to solve?
The json plugin typings is wrong as it exports
config
property as{}
This causes errors in IDE:
What do you think is the correct solution?
The
configs
property of the plugin should be typed correctly.Participation
Additional comments
No response
The text was updated successfully, but these errors were encountered: