You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prevent type errors when using this plugin in TS files. Follow up from #104.
What do you think is the correct solution?
This package exports type definitions in d.ts files referencing types from the eslint package. Therefore, it should include @types/eslint as public dependency.
Which packages would you like to change?
@eslint/compat
@eslint/config-array
@eslint/core
@eslint/migrate-config
@eslint/object-schema
What problem do you want to solve?
Prevent type errors when using this plugin in TS files. Follow up from #104.
What do you think is the correct solution?
This package exports type definitions in d.ts files referencing types from the
eslint
package. Therefore, it should include@types/eslint
as public dependency.As stated in #104, this package should work with
@types/eslint
v8 and v9, therefore the dependency should be just"*"
as done in https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/eslint__js/package.json#L9Participation
Additional comments
No response
The text was updated successfully, but these errors were encountered: